Commit af7a0525 authored by hongguangwu's avatar hongguangwu

MVP1.6.4-加个延迟

parent 7237147b
......@@ -272,6 +272,11 @@ public class DoSocialTask {
public void pushSoldier(String dispatchId){
List<String> dispatchIdList = new ArrayList<>();
dispatchIdList.add(dispatchId);
try {
Thread.sleep(60000);
} catch (InterruptedException e) {
e.printStackTrace();
}
tSocialSoldierPushService.pushSoldier(dispatchIdList);
}
}
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