优化 导入提示
This commit is contained in:
parent
1b6949baf8
commit
eb8d5539f9
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue