|
|
|
@ -1460,7 +1460,9 @@ public class DistributionReservationServiceImpl extends BaseServiceImpl<Distribu
|
|
|
|
|
distributionDeliveryListEntity.setTaskTime(taskTime); |
|
|
|
|
distributionDeliveryListEntity.setDeliveryNumber(packageNum.get()); |
|
|
|
|
distributionDeliveryListEntity.setInventoryNub(inventoryNum.get()); |
|
|
|
|
distributionDeliveryListEntity.setIsStart(DeliveryStartStatusConstant.daifache.getValue()); |
|
|
|
|
distributionDeliveryListEntity.setInventoryNub(inventoryNum.get()); |
|
|
|
|
distributionDeliveryListEntity.setIsAll(allocationDTO.getIsAll()); |
|
|
|
|
|
|
|
|
|
distributionDeliveryListService.updateById(distributionDeliveryListEntity); |
|
|
|
|
String content = "包件在" + myCurrentWarehouse.getName() + "由" + AuthUtil.getUser().getNickName() + "转车次任务,操作方式:批量预约任务转配送,车次号:" + distributionDeliveryListEntity.getTrainNumber(); |
|
|
|
|
distributionAsyncService.recordsReservationDeliveryLog(reservationEntityList, myCurrentWarehouse, user, distributionDeliveryListEntity, WorkNodeEnums.PLAN_DISTRIBUTION.getCode(), content); |
|
|
|
@ -2679,6 +2681,7 @@ public class DistributionReservationServiceImpl extends BaseServiceImpl<Distribu
|
|
|
|
|
distributionDeliveryListEntity.setDeliveryListLoadingStatus(DeliveryLoadingStatusConstant.weizhuangche.getValue()); |
|
|
|
|
distributionDeliveryListEntity.setWarehouseId(myCurrentWarehouse.getId()); |
|
|
|
|
distributionDeliveryListEntity.setIsStart(DeliveryStartStatusConstant.daifache.getValue()); |
|
|
|
|
distributionDeliveryListEntity.setIsAll(allocationDTO.getIsAll()); |
|
|
|
|
distributionDeliveryListService.updateById(distributionDeliveryListEntity); |
|
|
|
|
//推送信息至运单追中日志
|
|
|
|
|
if (!aaa.isEmpty()) { |
|
|
|
|