Commit 63e6ddb6 by 徐高华

定制通讯录部门id

parent 973556ac
...@@ -574,7 +574,7 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ ...@@ -574,7 +574,7 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ
// 保存部门数据 // 保存部门数据
preDealService.insert(dealLogList); preDealService.insert(dealLogList);
HashSet<String> hashSet = new HashSet<>(); HashSet<String> hashSet = new HashSet<>();
hashSet.add("1"); hashSet.add(""+id);
sendToMq(taskId, hashSet, SyncTaskStatusEnum.group_sync,"departmentSyncDealMq2"); sendToMq(taskId, hashSet, SyncTaskStatusEnum.group_sync,"departmentSyncDealMq2");
return null; return null;
} }
......
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