|
|
|
@ -3725,8 +3725,8 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib
|
|
|
|
|
List<ReservationVO> reservationVOList = main.getReservationVOList(); |
|
|
|
|
if (reservationVOList.isEmpty()) { |
|
|
|
|
for (ReservationVO reservationVO : reservationVOList) { |
|
|
|
|
NodeFanoutMsg<ReservationVO> msgByReservation = buildNodeFanoutMsgByReservation(reservationVO,BizOperationEnums.MODIFY); |
|
|
|
|
distributionNodeWorkService.planReservation(nodeFanoutMsg,AuthUtil.getUser(), myCurrentWarehouse); |
|
|
|
|
NodeFanoutMsg<ReservationVO> msgByReservation = buildNodeFanoutMsgByReservation(reservationVO,BizOperationEnums.MODIFY,myCurrentWarehouse); |
|
|
|
|
distributionNodeWorkService.planReservation(msgByReservation,AuthUtil.getUser()); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
distributionNodeWorkService.planDelivery(nodeFanoutMsg, AuthUtil.getUser()); |
|
|
|
|