Commit c86741ac by 徐高华

任务状态

parent 286a254a
...@@ -758,7 +758,7 @@ public class ExternalClerkRelatedApiServiceImpl implements ExternalClerkRelatedA ...@@ -758,7 +758,7 @@ public class ExternalClerkRelatedApiServiceImpl implements ExternalClerkRelatedA
return; return;
} }
staffList = staffList.stream().distinct().collect(Collectors.toList()); staffList = staffList.stream().distinct().collect(Collectors.toList());
log.info("staffList={}", JSON.toJSONString(staffList)); log.info("刷新好友,关联导购的staff数={}",staffList.size());
for (String staffId : staffList) { for (String staffId : staffList) {
this.dealSyncOperationApiService.dealWxFriendClerkSingle(taskId, staffId, staffId, wxEnterpriseId); this.dealSyncOperationApiService.dealWxFriendClerkSingle(taskId, staffId, staffId, wxEnterpriseId);
} }
......
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