fix: 81783 年度制修订计划--业务基本信息的新增/编辑,跟随导入限制三个日期的选择范围
This commit is contained in:
@@ -433,9 +433,6 @@ public class ExcelUtils {
|
|||||||
if (!importUtil.singleDateValid(date)) {
|
if (!importUtil.singleDateValid(date)) {
|
||||||
return "'" + name + "'格式错误。";
|
return "'" + name + "'格式错误。";
|
||||||
}
|
}
|
||||||
if (!importUtil.singleDateValidNotBeforeToday(date)) {
|
|
||||||
return "'" + name + "'不能早于今天。";
|
|
||||||
}
|
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user