开班计划审核和考试申请审核改为三级审核。
This commit is contained in:
parent
307f89c824
commit
12359c565a
@ -90,7 +90,7 @@ public class ApplyStudentsServiceImpl extends DefaultBaseService implements IApp
|
||||
deleteIdList.add(applyPO.getApplyId());
|
||||
|
||||
// 保存信息到考试报名表
|
||||
/*ApplyStudentsNewVO applyStudentsNewVO = new ApplyStudentsNewVO();
|
||||
ApplyStudentsNewVO applyStudentsNewVO = new ApplyStudentsNewVO();
|
||||
applyStudentsNewVO.setOrgId(po.getApplyInstitutionId());
|
||||
ClassPlanDTO classPlanDTO = classPlanService.get(po.getApplyClassId());
|
||||
if(null != classPlanDTO) {
|
||||
@ -114,7 +114,7 @@ public class ApplyStudentsServiceImpl extends DefaultBaseService implements IApp
|
||||
applyStudentsNewVO.setWorkTitle(po.getApplyPosition());
|
||||
applyStudentsNewVO.setPhone(po.getApplyPhone());
|
||||
// applyStudentsNewVO.setExamOrgId(applyStudentsVO);
|
||||
applyStudentsNewService.save(applyStudentsNewVO);*/
|
||||
applyStudentsNewService.save(applyStudentsNewVO);
|
||||
}
|
||||
applyService.delete(deleteIdList);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user