From a970e840be448a0c8193fc29c507e8460574ee20 Mon Sep 17 00:00:00 2001 From: qiuyt Date: Mon, 18 Nov 2024 19:43:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=AB=E7=A0=81=E7=9A=84=E6=97=B6=E5=80=99?= =?UTF-8?q?=E5=A6=82=E6=9E=9C=E6=B2=A1=E6=9F=A5=E5=88=B0=E7=A0=81=E5=85=B3?= =?UTF-8?q?=E8=81=94=E5=85=B3=E7=B3=BB=E6=95=B0=E6=8D=AE=E5=8E=BB=E8=B0=83?= =?UTF-8?q?=E7=94=A8=E9=98=BF=E9=87=8C=E6=8E=A5=E5=8F=A3=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E6=8F=92=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/service/collect/RelCodeBatchService.java | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/glxp/api/service/collect/RelCodeBatchService.java b/src/main/java/com/glxp/api/service/collect/RelCodeBatchService.java index 4c618faa..ae2616e1 100644 --- a/src/main/java/com/glxp/api/service/collect/RelCodeBatchService.java +++ b/src/main/java/com/glxp/api/service/collect/RelCodeBatchService.java @@ -32,6 +32,7 @@ import com.glxp.api.service.auth.CustomerService; import com.glxp.api.service.basic.ProductInfoService; import com.glxp.api.service.basic.UdiProductService; import com.glxp.api.util.HttpClient; +import com.glxp.api.util.alihealth.AlihealthUtils; import com.glxp.api.util.udi.FilterUdiUtils; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.BeanUtils; @@ -59,7 +60,8 @@ public class RelCodeBatchService extends ServiceImpl() + .eq(RelCodeBatch::getParentCode, parentCode)); + }else { + log.error(baseResponse.getMessage()); + } + } if ((udiProductEntity != null && "1".equals(udiProductEntity.getPackLevel())) || (CollUtil.isNotEmpty(navList))