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