优化 导入提示

This commit is contained in:
袁锋 2025-11-16 08:28:21 +08:00
parent 1b6949baf8
commit eb8d5539f9
1 changed files with 2 additions and 2 deletions

View File

@ -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) {