Merge branch 'baotou-signup' of e.coding.net:tsteam/btsaqscksfwpt/system-examination-signup into baotou-signup
This commit is contained in:
commit
458b3fcc6f
@ -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