Commit b7f9a78d by qwmqiuwenmin

fix

parent d80c1e5f
...@@ -683,6 +683,7 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ ...@@ -683,6 +683,7 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ
dealLog.setDataContent("刷新"+staffId); dealLog.setDataContent("刷新"+staffId);
dealLog.setWxEnterpriseId(wxEnterpriseId); dealLog.setWxEnterpriseId(wxEnterpriseId);
List<TabHaobanPreDealLog> dealLogList = new ArrayList<TabHaobanPreDealLog>(); List<TabHaobanPreDealLog> dealLogList = new ArrayList<TabHaobanPreDealLog>();
dealLogList.add(dealLog);
preDealService.insert(dealLogList); preDealService.insert(dealLogList);
HashSet<String> hashSet = (HashSet<String>) dealLogList.stream().map(TabHaobanPreDealLog::getDataId).collect(Collectors.toSet()); HashSet<String> hashSet = (HashSet<String>) dealLogList.stream().map(TabHaobanPreDealLog::getDataId).collect(Collectors.toSet());
dealDepartmentToMq(taskId, hashSet, SyncTaskStatusEnum.friend_clerk_sync); dealDepartmentToMq(taskId, hashSet, SyncTaskStatusEnum.friend_clerk_sync);
......
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