From dc15bcddd994e91523b1c2e97aa3550324eb1e2e Mon Sep 17 00:00:00 2001 From: hylee Date: Mon, 18 Dec 2023 17:28:26 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B2=B4=ED=97=98=EA=B5=90=EC=8B=A4=20?= =?UTF-8?q?=EC=A7=84=ED=96=89=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/OprtnAplctMngController.java | 9 ++++++++- src/main/webapp/WEB-INF/jsp/main/EgovMainList.jsp | 15 +++------------ 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/src/main/java/kcc/ve/oprtn/cpyrgExprnClsrm/oprtnAplctMng/web/OprtnAplctMngController.java b/src/main/java/kcc/ve/oprtn/cpyrgExprnClsrm/oprtnAplctMng/web/OprtnAplctMngController.java index 8b631743..94d676af 100644 --- a/src/main/java/kcc/ve/oprtn/cpyrgExprnClsrm/oprtnAplctMng/web/OprtnAplctMngController.java +++ b/src/main/java/kcc/ve/oprtn/cpyrgExprnClsrm/oprtnAplctMng/web/OprtnAplctMngController.java @@ -45,6 +45,7 @@ import kcc.com.cmm.spring.data.util.ExcelUtil; import kcc.com.cmm.util.IpUtil; import kcc.com.cmm.util.StringUtil; import kcc.com.utl.user.service.CheckLoginUtil; +import kcc.let.uss.notify.service.NotifyManageService; import kcc.let.utl.fcc.service.EgovCryptoUtil; import kcc.ve.cmm.VeConstants; import kcc.ve.instr.tngrVisitEdu.asgnmInfo.service.VEEduExcelVO; @@ -128,6 +129,9 @@ public class OprtnAplctMngController { @Resource(name = "vEPrcsAplctPrdService") private VEPrcsAplctPrdService vEPrcsAplctPrdService; + @Resource(name = "NotifyManageService") + private NotifyManageService notifyManageService; + /** * 저작권체험교실 목록 화면 */ @@ -230,12 +234,15 @@ public class OprtnAplctMngController { */ @RequestMapping("oprtnAplctMngDetail.do") public String oprtnAplctMngDetail( @ModelAttribute("vEEduAplctVO") VEEduAplctVO vEEduAplctVO , ModelMap model , HttpSession session, HttpServletRequest request ) throws Exception { - + + notifyManageService.updateNotifyChkWhereCmmNotifyOrd(vEEduAplctVO.getCmmNotifyOrd()); + LoginVO user = EgovUserDetailsHelper.isAuthenticated()? (LoginVO)EgovUserDetailsHelper.getAuthenticatedUser():null; //기본데이터 불러오기 vEEduAplctVO = vEEduAplctService.selectOprtnDetail(vEEduAplctVO); + //데이터 복호화 - VO 단위로 만들어서 사용 vEEduAplctVO = egovCryptoUtil.decryptVEEduAplctVOInfo(vEEduAplctVO); diff --git a/src/main/webapp/WEB-INF/jsp/main/EgovMainList.jsp b/src/main/webapp/WEB-INF/jsp/main/EgovMainList.jsp index 1e2e3614..81fccb49 100644 --- a/src/main/webapp/WEB-INF/jsp/main/EgovMainList.jsp +++ b/src/main/webapp/WEB-INF/jsp/main/EgovMainList.jsp @@ -102,14 +102,12 @@ function fn_goDetail(cmmNotifyOrd){
- - @@ -119,16 +117,9 @@ function fn_goDetail(cmmNotifyOrd){ -
확인여부 분야 메세지 등록일
- - - new - - - NEW확인완료 - - - + + NEW +