|
@@ -290,12 +290,6 @@ public class ReportController {
|
|
|
msg.setError("项目["+curP.getProjectName()+"]已撤销。");
|
|
|
return msg;
|
|
|
}
|
|
|
- //取消对截止时间的校验
|
|
|
-// if (curP.getPlanEndDate() != null && curP.getPlanEndDate().isBefore(LocalDate.parse(createDate[i], localDtf))) {
|
|
|
-// HttpRespMsg msg = new HttpRespMsg();
|
|
|
-// msg.setError("项目["+curP.getProjectName()+"]截止于"+localDtf.format(curP.getPlanEndDate())+",请修改。");
|
|
|
-// return msg;
|
|
|
-// }
|
|
|
} else {
|
|
|
//批量填报(含代填)
|
|
|
String[] dateArr = createDate[i].split("@");
|
|
@@ -310,11 +304,6 @@ public class ReportController {
|
|
|
msg.setError("项目["+curP.getProjectName()+"]已撤销。");
|
|
|
return msg;
|
|
|
}
|
|
|
-// if (curP.getPlanEndDate() != null && curP.getPlanEndDate().isBefore(LocalDate.parse(curDate, localDtf))) {
|
|
|
-// HttpRespMsg msg = new HttpRespMsg();
|
|
|
-// msg.setError("项目["+curP.getProjectName()+"]截止于"+localDtf.format(curP.getPlanEndDate())+",请修改。");
|
|
|
-// return msg;
|
|
|
-// }
|
|
|
}
|
|
|
}
|
|
|
}
|