新增报名配置

This commit is contained in:
ly19960718 2021-05-15 17:36:06 +08:00
parent 4f2b5cc649
commit c977d25aec

View File

@ -170,9 +170,9 @@ public class ApplyServiceImpl extends DefaultBaseService implements IApplyServic
if(applyDTO.getApplyAuditState() != 0){
throw new SearchException("报名信息已审核");
}
if(!examCheckService.getExamCheckFailOrBack(applyDTO.getApplyWorkTypeId(),applyDTO.getApplyInstitutionId())){
throw new SaveException("该人员报名的班级已提交开班审核");
}
// if(!examCheckService.getExamCheckFailOrBack(applyDTO.getApplyWorkTypeId(),applyDTO.getApplyInstitutionId())){
// throw new SaveException("该人员报名的班级已提交开班审核");
// }
// ClassPlanDTO classPlanDTO = classPlanService.get(applyDTO.getApplyClassId());