src/main/java/org/springblade/modules/apply/controller/ApplyController.java
@@ -102,6 +102,8 @@ apply.setApplyCode(getApplyCode(apply)); //默认通过 apply.setApplyStatus(2); //默认为未考试状态 apply.setIsExam(1); apply.setApplyTime(new Date()); } return R.status(applyService.saveOrUpdate(apply));