Commit ca43859bb8b0b588c9907ab6b8bce1a321c3a13a

Authored by 房远帅
2 parents f350512e fccb5d29

Merge branch 'master_chujiang_0805' into master_quotation

... ... @@ -628,7 +628,7 @@ public class BusinessDataHandlerServiceImpl implements BusinessDataHandlerServic
628 628 }
629 629 }
630 630 if (flag) {
631   - // 更新货单状态(草稿转为正常)
  631 + // 更新货单状态(草稿转为正常)
632 632 shipmentsOrderInfoService.updateStatus(shipmentOrderId, "UN_SHIPMENTS");
633 633 }
634 634 }
... ...
... ... @@ -833,9 +833,9 @@ public class ShipmentsOrderInfoServiceImpl extends BaseMpServiceImpl<ShipmentsOr
833 833 Map<String, String> shipmentsOrderIdMap = new HashMap<>();
834 834 Map<String, List<String>> deptIdMap = new HashMap<>();
835 835 Map<String, List<String>> regionMap = new HashMap<>();
836   - List<String> detailIds = new ArrayList<>();
837 836 List<ShipmentsOrderInfo> shipmentsOrderInfoList = new ArrayList<>();
838 837 for (List<ShipmentsPlanDetail> details : batchList) {
  838 + List<String> detailIds = new ArrayList<>();
839 839 String id = IdUtil.getId();
840 840 String customerId = details.get(0).getCustomerId();
841 841 StringBuilder deliveryTypeBuilder = new StringBuilder();
... ...