Commit fabb6caa authored by fangxinjiang's avatar fangxinjiang

项目订单 附件上传

parent 472a4988
...@@ -29,10 +29,12 @@ public class EkpOrderFileTask { ...@@ -29,10 +29,12 @@ public class EkpOrderFileTask {
**/ **/
@Async @Async
public void receiveOrderNew(OrderAttVo vo){ public void receiveOrderNew(OrderAttVo vo){
try { synchronized (this){
orderService.receiveOrderNew(vo); try {
} catch (IOException e) { orderService.receiveOrderNew(vo);
log.error("订单附件删除异常:",e); } catch (IOException e) {
log.error("订单附件删除异常:",e);
}
} }
} }
} }
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