@@ -63,6 +63,7 @@ public class ExamApplyServiceImpl extends ServiceImpl<ExamApplyMapper, ExamApply
ExamApply update = new ExamApply();
update.setApplyId(examApplyVo.getApplyId());
update.setStatus(2);
+ update.setUpdateTime(DateUtils.getNowTime())
this.updateById(update);
}
@@ -46,6 +46,7 @@ public class ExamBeforeServiceImpl extends ServiceImpl<ExamBeforeMapper, ExamBef
ExamBefore update = new ExamBefore();
update.setBeforeId(examBeforeVo.getBeforeId());
+ update.setUpdateTime(DateUtils.getNowTime());