Commit 8115337f by qwmqiuwenmin

fix

parent b6bd5225
...@@ -112,7 +112,7 @@ public class FriendClerkSyncOperation implements BaseSyncOperation { ...@@ -112,7 +112,7 @@ public class FriendClerkSyncOperation implements BaseSyncOperation {
@Override @Override
public void checkDepartmentTask(String taskId) { public void checkDepartmentTask(String taskId) {
String key = "sync_create_task_"; String key = "sync_wx_lock_";
boolean b = preDealService.checkTask(taskId, PreDealTypeEnum.friend_clerk.getVal()); boolean b = preDealService.checkTask(taskId, PreDealTypeEnum.friend_clerk.getVal());
if (!b) { if (!b) {
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