Commit eec27d0b authored by huyuchen's avatar huyuchen

huych-社保批量审核调整

parent 1934370c
...@@ -273,7 +273,7 @@ public class DoSocialTask { ...@@ -273,7 +273,7 @@ public class DoSocialTask {
List<String> dispatchIdList = new ArrayList<>(); List<String> dispatchIdList = new ArrayList<>();
dispatchIdList.add(dispatchId); dispatchIdList.add(dispatchId);
try { try {
Thread.sleep(60000); Thread.sleep(6000);
} catch (InterruptedException e) { } catch (InterruptedException e) {
e.printStackTrace(); e.printStackTrace();
} }
......
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