Commit ebfa27c8 by fudahua

删除接口

parent c3767707
...@@ -127,8 +127,8 @@ public class QywxClerkSyncOperation implements BaseSyncOperation { ...@@ -127,8 +127,8 @@ public class QywxClerkSyncOperation implements BaseSyncOperation {
} else { } else {
syncTaskService.updateTaskStatus(taskId, SyncTaskStatusEnum.compute.getVal()); syncTaskService.updateTaskStatus(taskId, SyncTaskStatusEnum.compute.getVal());
dealSyncOperationApiService.unlockTask(syncTask.getWxEnterpriseId()); dealSyncOperationApiService.unlockTask(syncTask.getWxEnterpriseId());
dealSyncOperationApiService.cleanDiffrence(syncTask.getWxEnterpriseId(),taskId);
} }
dealSyncOperationApiService.cleanDiffrence(syncTask.getWxEnterpriseId(),taskId);
} }
RedisUtil.unlock(key); RedisUtil.unlock(key);
} }
......
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