Commit 8115337f by qwmqiuwenmin

fix

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