bug修改。

This commit is contained in:
Renpc-kilig 2021-06-17 16:05:33 +08:00
parent d26f7ebb76
commit 9f84f9204e

View File

@ -287,7 +287,7 @@ public class ExamPlanServiceImpl extends DefaultBaseService implements IExamPlan
examPlanDTO.setBtnStatus("暂停申报");
}
}
String endTime = examPlanDTO.getEndTime();
String endTime = examPlanDTO.getStartTime();
try{
// 时间比较
Date nowDate = simpleDateFormat.parse(nowTime);