Commit fabb6caa authored by fangxinjiang's avatar fangxinjiang

项目订单 附件上传

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