fix: 80294 年度制修订计划-各部所联络人 填写/下发任务--列表导入失败提示语不合理

This commit is contained in:
2024-02-05 17:32:32 +08:00
parent 8525855439
commit 30b691bdb7
@@ -466,8 +466,8 @@ public class ExcelUtils {
if (StrUtil.isBlank(value)) {
return "";
}
if (value.length() > 50) {
return "'新企标名称'过长(最多50字)。";
if (value.length() > 200) {
return "'新企标名称'过长(最多200字)。";
}
return "";
}