From cb32d9c0b8dbdbe2e787486faa3f646630a00119 Mon Sep 17 00:00:00 2001 From: myname Date: Mon, 29 Apr 2024 17:21:34 +0900 Subject: [PATCH] =?UTF-8?q?2024-04-29=2017:21=20=EA=B8=B0=EC=86=8C?= =?UTF-8?q?=EC=9C=A0=EC=98=88=20=EC=88=98=EC=A0=95=20=EC=82=AC=ED=95=AD=20?= =?UTF-8?q?=EA=B0=9C=EB=B0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/kcc/let/uss/notify/service/NotifyManageVO.java | 8 ++++++++ .../uss/notify/service/impl/NotifyManageServiceImpl.java | 1 + .../let/sym/ccm/notify/VEANotify_Mng_SQL_Tibero.xml | 5 +++++ .../oprtn/cndtnSspnIdtmt/popup/cndtnInstrAsgnmPopup.jsp | 7 +++++++ 4 files changed, 21 insertions(+) diff --git a/src/main/java/kcc/let/uss/notify/service/NotifyManageVO.java b/src/main/java/kcc/let/uss/notify/service/NotifyManageVO.java index d6bf6c4b..d39b2f05 100644 --- a/src/main/java/kcc/let/uss/notify/service/NotifyManageVO.java +++ b/src/main/java/kcc/let/uss/notify/service/NotifyManageVO.java @@ -83,6 +83,8 @@ public class NotifyManageVO extends ComDefaultVO implements Serializable { private String prcsNm; //과정명 private String prcsOrd; //과정순번 + private String aprvlCdType; //승인코드타입 + public String getCmmNotifyOrd() { return cmmNotifyOrd; @@ -210,6 +212,12 @@ public class NotifyManageVO extends ComDefaultVO implements Serializable { public void setPrcsOrd(String prcsOrd) { this.prcsOrd = prcsOrd; } + public String getAprvlCdType() { + return aprvlCdType; + } + public void setAprvlCdType(String aprvlCdType) { + this.aprvlCdType = aprvlCdType; + } diff --git a/src/main/java/kcc/let/uss/notify/service/impl/NotifyManageServiceImpl.java b/src/main/java/kcc/let/uss/notify/service/impl/NotifyManageServiceImpl.java index c2143cb7..dd35ce4f 100644 --- a/src/main/java/kcc/let/uss/notify/service/impl/NotifyManageServiceImpl.java +++ b/src/main/java/kcc/let/uss/notify/service/impl/NotifyManageServiceImpl.java @@ -981,6 +981,7 @@ public class NotifyManageServiceImpl extends EgovAbstractServiceImpl implements "153".equals(p_noti_status) //153-교육확정 ) { // 신청자 ID 가져오기 + p_notifyManageVO.setAprvlCdType("153"); notifyManageListVO = notifyManageDAO.selectAplctList(p_notifyManageVO); //prcsAplctPrdOrd } else if ( diff --git a/src/main/resources/egovframework/sqlmap/let/sym/ccm/notify/VEANotify_Mng_SQL_Tibero.xml b/src/main/resources/egovframework/sqlmap/let/sym/ccm/notify/VEANotify_Mng_SQL_Tibero.xml index c704ec98..cac7eaf2 100644 --- a/src/main/resources/egovframework/sqlmap/let/sym/ccm/notify/VEANotify_Mng_SQL_Tibero.xml +++ b/src/main/resources/egovframework/sqlmap/let/sym/ccm/notify/VEANotify_Mng_SQL_Tibero.xml @@ -75,6 +75,11 @@ SELECT user_id AS mngUserId FROM ve_edu_aplct WHERE prcs_ord=#prcsAplctPrdOrd# + + + aprvl_cd='60' + + diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/popup/cndtnInstrAsgnmPopup.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/popup/cndtnInstrAsgnmPopup.jsp index 262e0376..caa90917 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/popup/cndtnInstrAsgnmPopup.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/popup/cndtnInstrAsgnmPopup.jsp @@ -104,6 +104,13 @@ + + + + + + " /> +