Commit 57ab3185 authored by fangxinjiang's avatar fangxinjiang

项目订单 附件上传

parent 79aad3bb
...@@ -31,9 +31,12 @@ public class EkpOrderFileTask { ...@@ -31,9 +31,12 @@ public class EkpOrderFileTask {
public void receiveOrderNew(OrderAttVo vo){ public void receiveOrderNew(OrderAttVo vo){
synchronized (this){ synchronized (this){
try { try {
Thread.sleep(10000);
orderService.receiveOrderNew(vo); orderService.receiveOrderNew(vo);
} catch (IOException e) { } catch (IOException e) {
log.error("订单附件删除异常:",e); log.error("订单附件上传异常:",e);
} catch (InterruptedException e) {
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