rsf-server/src/main/java/com/vincent/rsf/server/manager/schedules/AsnOrderLogSchedule.java
@@ -215,6 +215,13 @@ } catch (Exception e) { log.error("<UNK>", e); } try { //休眠3秒 Thread.sleep(3000); } catch (InterruptedException e) { throw new RuntimeException(e); } } @@ -339,12 +346,6 @@ } if (!this.asnOrderService.removeById(order.getId())) { throw new CoolException("原单据删除失败!!"); } try { //休眠3秒 Thread.sleep(3000); } catch (InterruptedException e) { throw new RuntimeException(e); } } }