|
@@ -100,11 +100,11 @@ public class WzOutboundOrderBNewListerner extends AnalysisEventListener<WzOutbou
|
|
|
|
|
|
// 将进度信息发送到前端
|
|
// 将进度信息发送到前端
|
|
sendProgressToFrontEnd(progress);
|
|
sendProgressToFrontEnd(progress);
|
|
- try {
|
|
|
|
- Thread.sleep(1000);
|
|
|
|
- } catch (InterruptedException e) {
|
|
|
|
- throw new RuntimeException(e);
|
|
|
|
- }
|
|
|
|
|
|
+ //try {
|
|
|
|
+ // Thread.sleep(1000);
|
|
|
|
+ //} catch (InterruptedException e) {
|
|
|
|
+ // throw new RuntimeException(e);
|
|
|
|
+ //}
|
|
return true;
|
|
return true;
|
|
}
|
|
}
|
|
|
|
|