Commit 026fb9d2 by fudahua

同步通讯录 同步加锁

parent c169ebe8
...@@ -129,6 +129,7 @@ public class GroupSyncOperation implements BaseSyncOperation { ...@@ -129,6 +129,7 @@ public class GroupSyncOperation implements BaseSyncOperation {
List<String> ids = storeGroupService.getStoreGroupIdsByParentId(enterpriseId, dataId); List<String> ids = storeGroupService.getStoreGroupIdsByParentId(enterpriseId, dataId);
if (CollectionUtils.isEmpty(ids)) { if (CollectionUtils.isEmpty(ids)) {
logger.info("下面层级不存在"); logger.info("下面层级不存在");
preDealService.updateStatusByDataId(taskId, dataId, PreDealStatusEnum.exception.getVal(), reason);
//todo 是否需要加锁判断 //todo 是否需要加锁判断
return; return;
} }
......
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