src/main/java/zy/cloud/wms/common/service/erp/ErpScheduler.java
@@ -503,6 +503,12 @@ boolean complete = true; Set<String> existNumbers = new HashSet<>(); String cancelNumber = ""; if (!custOrderService.updateStatus(cancelNumber, 5)) { throw new CoolException("修改订单状态失败"); } } } } catch (IOException e) {