Commit 91ffd3ef by fudahua

同步优化初步3-同步成员

parent 777ac1f2
...@@ -115,6 +115,8 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ ...@@ -115,6 +115,8 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ
dealEidtSync(editList); dealEidtSync(editList);
if (CollectionUtils.isEmpty(addList)) { if (CollectionUtils.isEmpty(addList)) {
syncTaskService.updateTaskStatus(taskId, SyncTaskStatusEnum.compute.getVal());
unlockTask(wxEnterpriseId);
return; return;
} }
logger.info("处理分组信息开始:{}", taskId); logger.info("处理分组信息开始:{}", taskId);
......
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