|
|
@ -7226,6 +7226,7 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib |
|
|
|
@Override |
|
|
|
@Override |
|
|
|
@Transactional |
|
|
|
@Transactional |
|
|
|
public void maintenanceDeliveryInfo(Long deliveryId) { |
|
|
|
public void maintenanceDeliveryInfo(Long deliveryId) { |
|
|
|
|
|
|
|
log.info(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> deliveryId {}",deliveryId); |
|
|
|
if (Objects.isNull(deliveryId)) { |
|
|
|
if (Objects.isNull(deliveryId)) { |
|
|
|
throw new IllegalArgumentException("deliveryId 不能为空"); |
|
|
|
throw new IllegalArgumentException("deliveryId 不能为空"); |
|
|
|
} |
|
|
|
} |
|
|
@ -7287,7 +7288,7 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib |
|
|
|
deliveryListEntity.setDeliveryStatus(isAllSignforCompleted(deliveryListEntity.getId()) |
|
|
|
deliveryListEntity.setDeliveryStatus(isAllSignforCompleted(deliveryListEntity.getId()) |
|
|
|
? DeliveryStatusConstant.yiwancheng.getValue() |
|
|
|
? DeliveryStatusConstant.yiwancheng.getValue() |
|
|
|
: DeliveryStatusConstant.peisongzhong.getValue()); |
|
|
|
: DeliveryStatusConstant.peisongzhong.getValue()); |
|
|
|
log.debug(">>>>> deliveryListEntity deliveryStatus :{}",deliveryListEntity.getDeliveryStatus()); |
|
|
|
log.info(">>>>> deliveryListEntity deliveryStatus :{}",deliveryListEntity.getDeliveryStatus()); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
@ -7300,8 +7301,8 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib |
|
|
|
|
|
|
|
|
|
|
|
private void updateDeliveryListEntity(DistributionDeliveryListEntity deliveryListEntity, DistributionDeliveryListEntity old) { |
|
|
|
private void updateDeliveryListEntity(DistributionDeliveryListEntity deliveryListEntity, DistributionDeliveryListEntity old) { |
|
|
|
|
|
|
|
|
|
|
|
log.debug(">>>>>> update deliveryListEntity {}",deliveryListEntity); |
|
|
|
log.info(">>>>>> update deliveryListEntity {}",deliveryListEntity); |
|
|
|
log.debug(">>>>>> update old {}",old); |
|
|
|
log.info(">>>>>> update old {}",old); |
|
|
|
// 判断传入的对象是否是否为null
|
|
|
|
// 判断传入的对象是否是否为null
|
|
|
|
if (Objects.isNull(deliveryListEntity)) { |
|
|
|
if (Objects.isNull(deliveryListEntity)) { |
|
|
|
throw new IllegalArgumentException("deliveryListEntity 不能为空"); |
|
|
|
throw new IllegalArgumentException("deliveryListEntity 不能为空"); |
|
|
|