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 51966a7f..a75e5404 100644 --- a/src/main/webapp/WEB-INF/jsp/main/EgovMainList.jsp +++ b/src/main/webapp/WEB-INF/jsp/main/EgovMainList.jsp @@ -109,7 +109,6 @@ function fn_goDetail(cmmNotifyOrd){ - 분야 메세지 등록일 @@ -130,6 +129,11 @@ function fn_goDetail(cmmNotifyOrd){ --%> NEW + + + NEW + +