Commit 37e9c545cbaeb491358c32e51c2860187733c2a0

Authored by yeqianyong
1 parent a23a8d0c

楚江erp:生成发货单接口bug修复

... ... @@ -748,7 +748,7 @@ public class ShipmentsOrderInfoServiceImpl extends BaseMpServiceImpl<ShipmentsOr
748 748 mqProducerService.createSysSiteMessage(messageDto);
749 749 // 更新发货单状态为草稿
750 750 updateStatus(shipmentsOrderId, "DRAFT");
751   - break;
  751 + continue;
752 752 }
753 753 if ("PASS".equals(draftTicket.getStatus())) {
754 754 // 生成要车计划
... ...