@@ -301,7 +301,7 @@ public class BaseInfoServiceImpl implements BaseInfoService {
}
if (total > MAX_ROWNUM) {
- throw new IllegalOperatorException("单次上传不超过5000条");
+ throw new IllegalOperatorException("批量导入超过限制行数5000行,不能导入!");
if (!CollectionUtils.isEmpty(products)) {
try {
@@ -299,7 +299,7 @@ public class ProductUsersServiceImpl implements ProductUsersService {
modelMap.put("total", total);
// 本地校验
@@ -322,7 +322,7 @@ public class PurcProductServiceImpl implements PurcProductService {
if (!CollectionUtils.isEmpty(products) || !CollectionUtils.isEmpty(oldProducts)) {