新增报名配置
This commit is contained in:
parent
4f2b5cc649
commit
c977d25aec
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user