diff --git a/blade-service/logpm-distribution/src/main/java/com/logpm/distribution/service/impl/DistributionDeliveryListServiceImpl.java b/blade-service/logpm-distribution/src/main/java/com/logpm/distribution/service/impl/DistributionDeliveryListServiceImpl.java index b8df190ae..03603beaa 100644 --- a/blade-service/logpm-distribution/src/main/java/com/logpm/distribution/service/impl/DistributionDeliveryListServiceImpl.java +++ b/blade-service/logpm-distribution/src/main/java/com/logpm/distribution/service/impl/DistributionDeliveryListServiceImpl.java @@ -7287,6 +7287,7 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl>>>> deliveryListEntity deliveryStatus :{}",deliveryListEntity.getDeliveryStatus()); } @@ -7299,6 +7300,8 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl>>>>> update deliveryListEntity {}",deliveryListEntity); + log.debug(">>>>>> update old {}",old); // 判断传入的对象是否是否为null if (Objects.isNull(deliveryListEntity)) { throw new IllegalArgumentException("deliveryListEntity 不能为空");