src/main/java/com/zy/asrs/task/handler/OrderSyncHandler.java
@@ -70,8 +70,8 @@ DocType docType = docTypeService.selectById(order.getDocType()); if (!docNames.contains(docType.getDocName())) { // order.setSettle(8L); // orderService.updateById(order); order.setSettle(8L); orderService.updateById(order); return SUCCESS; } else { boolean flag = true;