From 12359c565a6ca90f035af5774407e5cb5e3bfeec Mon Sep 17 00:00:00 2001 From: Renpc-kilig <308442850@qq.com> Date: Sat, 19 Jun 2021 11:05:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E7=8F=AD=E8=AE=A1=E5=88=92=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E5=92=8C=E8=80=83=E8=AF=95=E7=94=B3=E8=AF=B7=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E6=94=B9=E4=B8=BA=E4=B8=89=E7=BA=A7=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/applystudents/impl/ApplyStudentsServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); }