From eb8d5539f9c06a1d46e66b3888439b420275b426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=81=E9=94=8B?= Date: Sun, 16 Nov 2025 08:28:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oms/service/productinfo/ProductInfoServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hangtag-module-oms/hangtag-module-oms-biz/src/main/java/cn/hangtag/module/oms/service/productinfo/ProductInfoServiceImpl.java b/hangtag-module-oms/hangtag-module-oms-biz/src/main/java/cn/hangtag/module/oms/service/productinfo/ProductInfoServiceImpl.java index 2b27f26..db89456 100644 --- a/hangtag-module-oms/hangtag-module-oms-biz/src/main/java/cn/hangtag/module/oms/service/productinfo/ProductInfoServiceImpl.java +++ b/hangtag-module-oms/hangtag-module-oms-biz/src/main/java/cn/hangtag/module/oms/service/productinfo/ProductInfoServiceImpl.java @@ -463,8 +463,8 @@ public class ProductInfoServiceImpl implements ProductInfoService { if(FuncUtil.isNotEmpty(updateList)){ updateList.forEach(productInfoMapper::updateById); } - - return (newList.size()+updateList.size())+""; + log.info("导出成功{},更新成功{}",newList.size(),updateList.size()); + return ""; } public boolean isAllFieldsEmpty(ProductInfoExcelVO excelVO) {