Commit 85e4a1a7 by 徐高华

好友列表

parent 5538ad09
...@@ -286,7 +286,7 @@ public class StaffClerkRelationServiceImpl implements StaffClerkRelationService ...@@ -286,7 +286,7 @@ public class StaffClerkRelationServiceImpl implements StaffClerkRelationService
@Override @Override
public void addMemberQywxFlag(String enterpriseId, String memberId) { public void addMemberQywxFlag(String enterpriseId, String memberId) {
List<TabHaobanExternalClerkRelated> memberList = externalClerkRelatedService.getAddTimeByMemberId(memberId, enterpriseId,"1"); List<TabHaobanExternalClerkRelated> memberList = externalClerkRelatedService.getAddTimeByMemberId(memberId, enterpriseId,null);
Date date = new Date(); Date date = new Date();
Date opTime = new Date(0); Date opTime = new Date(0);
Date firstTime = new Date(); Date firstTime = new Date();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment