fix: 81783 年度制修订计划--业务基本信息的新增/编辑,跟随导入限制三个日期的选择范围

This commit is contained in:
2024-02-05 15:07:22 +08:00
parent 6a43980db5
commit e2e9c154f6
@@ -433,9 +433,6 @@ public class ExcelUtils {
if (!importUtil.singleDateValid(date)) {
return "'" + name + "'格式错误。";
}
if (!importUtil.singleDateValidNotBeforeToday(date)) {
return "'" + name + "'不能早于今天。";
}
return "";
}