|
|
|
@ -724,9 +724,7 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib
|
|
|
|
|
Integer i = distributionDeliveryListMapper.updateloadingTimeById(distrilbutionloadingscanDTO.getDeliveryId()); |
|
|
|
|
|
|
|
|
|
//更新签收表的装车数量
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Integer j = distributionSignforMapper.updateloadByReservationId(loadscanEntity.getDeliveryId(), loadscanEntity.getReservationId(), loadscanEntity.getPackageNub()); |
|
|
|
|
//进行解托操作
|
|
|
|
|
Map<String,Object> info = new HashMap<>(); |
|
|
|
|
info.put("orderPackageCode",parcelListEntity.getOrderPackageCode()); |
|
|
|
|