|
|
@@ -60,11 +60,7 @@ public class ExamApplyServiceImpl extends ServiceImpl<ExamApplyMapper, ExamApply
|
|
|
Calendar calendar = Calendar.getInstance();
|
|
|
calendar.setTimeZone(TimeZone.getTimeZone("GMT+8:00"));
|
|
|
calendar.setTimeInMillis(System.currentTimeMillis());
|
|
|
- calendar.set(Calendar.HOUR_OF_DAY, 23);
|
|
|
- calendar.set(Calendar.MINUTE, 59);
|
|
|
- calendar.set(Calendar.SECOND, 59);
|
|
|
- calendar.set(Calendar.MILLISECOND, 999);
|
|
|
- if ((examApplyVo.getApplyEndTime()+86400) < calendar.getTimeInMillis()/1000){
|
|
|
+ if ((examApplyVo.getApplyEndTime()) < calendar.getTimeInMillis()/1000){
|
|
|
ExamApply update = new ExamApply();
|
|
|
update.setApplyId(examApplyVo.getApplyId());
|
|
|
update.setStatus(2);
|