开班计划审核和考试申请审核改为三级审核。

This commit is contained in:
Renpc-kilig 2021-06-19 11:05:40 +08:00
parent 307f89c824
commit 12359c565a

View File

@ -90,7 +90,7 @@ public class ApplyStudentsServiceImpl extends DefaultBaseService implements IApp
deleteIdList.add(applyPO.getApplyId()); deleteIdList.add(applyPO.getApplyId());
// 保存信息到考试报名表 // 保存信息到考试报名表
/*ApplyStudentsNewVO applyStudentsNewVO = new ApplyStudentsNewVO(); ApplyStudentsNewVO applyStudentsNewVO = new ApplyStudentsNewVO();
applyStudentsNewVO.setOrgId(po.getApplyInstitutionId()); applyStudentsNewVO.setOrgId(po.getApplyInstitutionId());
ClassPlanDTO classPlanDTO = classPlanService.get(po.getApplyClassId()); ClassPlanDTO classPlanDTO = classPlanService.get(po.getApplyClassId());
if(null != classPlanDTO) { if(null != classPlanDTO) {
@ -114,7 +114,7 @@ public class ApplyStudentsServiceImpl extends DefaultBaseService implements IApp
applyStudentsNewVO.setWorkTitle(po.getApplyPosition()); applyStudentsNewVO.setWorkTitle(po.getApplyPosition());
applyStudentsNewVO.setPhone(po.getApplyPhone()); applyStudentsNewVO.setPhone(po.getApplyPhone());
// applyStudentsNewVO.setExamOrgId(applyStudentsVO); // applyStudentsNewVO.setExamOrgId(applyStudentsVO);
applyStudentsNewService.save(applyStudentsNewVO);*/ applyStudentsNewService.save(applyStudentsNewVO);
} }
applyService.delete(deleteIdList); applyService.delete(deleteIdList);
} }