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 @@
+
+
+
+
+
+ " />
+