Merge branch 'baotou-signup' of e.coding.net:tsteam/btsaqscksfwpt/system-examination-signup into baotou-signup

This commit is contained in:
wans 2021-05-15 17:37:01 +08:00
commit 458b3fcc6f

View File

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