From 102dc99da1b7f071bfa4e1cf1c479db877b79ec5 Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" Date: Tue, 18 Jun 2024 00:18:20 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=AF=BB=E6=89=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/DistributionDeliveryListServiceImpl.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 03603beaa..0712ea5f2 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 @@ -7226,6 +7226,7 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> deliveryId {}",deliveryId); if (Objects.isNull(deliveryId)) { throw new IllegalArgumentException("deliveryId 不能为空"); } @@ -7287,7 +7288,7 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl>>>> deliveryListEntity deliveryStatus :{}",deliveryListEntity.getDeliveryStatus()); + log.info(">>>>> deliveryListEntity deliveryStatus :{}",deliveryListEntity.getDeliveryStatus()); } @@ -7300,8 +7301,8 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl>>>>> update deliveryListEntity {}",deliveryListEntity); - log.debug(">>>>>> update old {}",old); + log.info(">>>>>> update deliveryListEntity {}",deliveryListEntity); + log.info(">>>>>> update old {}",old); // 判断传入的对象是否是否为null if (Objects.isNull(deliveryListEntity)) { throw new IllegalArgumentException("deliveryListEntity 不能为空");