fix: 80294 年度制修订计划-各部所联络人 填写/下发任务--列表导入失败提示语不合理
This commit is contained in:
@@ -466,8 +466,8 @@ public class ExcelUtils {
|
|||||||
if (StrUtil.isBlank(value)) {
|
if (StrUtil.isBlank(value)) {
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
if (value.length() > 50) {
|
if (value.length() > 200) {
|
||||||
return "'新企标名称'过长(最多50字)。";
|
return "'新企标名称'过长(最多200字)。";
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user