diff --git a/src/main/java/cn/com/tenlion/service/applystudents/impl/ApplyStudentsServiceImpl.java b/src/main/java/cn/com/tenlion/service/applystudents/impl/ApplyStudentsServiceImpl.java index 4c4fe64..b2b640b 100644 --- a/src/main/java/cn/com/tenlion/service/applystudents/impl/ApplyStudentsServiceImpl.java +++ b/src/main/java/cn/com/tenlion/service/applystudents/impl/ApplyStudentsServiceImpl.java @@ -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); }