체험교실 진행중
This commit is contained in:
parent
884b16f17d
commit
dc15bcddd9
@ -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;
|
||||
|
||||
/**
|
||||
* 저작권체험교실 목록 화면
|
||||
*/
|
||||
@ -231,11 +235,14 @@ 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);
|
||||
|
||||
|
||||
@ -102,14 +102,12 @@ function fn_goDetail(cmmNotifyOrd){
|
||||
<div class="list tbType01">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 3%">
|
||||
<col style="width: 3%">
|
||||
<col style="width: 15%">
|
||||
<col style="width: 10%">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">확인여부</th>
|
||||
<th scope="col">분야</th>
|
||||
<th scope="col">메세지</th>
|
||||
<th scope="col">등록일</th>
|
||||
@ -119,16 +117,9 @@ function fn_goDetail(cmmNotifyOrd){
|
||||
<c:forEach var="list" items="${list}" varStatus="status">
|
||||
<tr onclick="fn_goDetail('${list.cmmNotifyOrd}')" style="cursor: pointer;" >
|
||||
<td>
|
||||
<c:choose>
|
||||
<c:when test="${list.notifyChk ne 'Y'}">
|
||||
new
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<span class="new_icon">NEW</span>확인완료
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</td>
|
||||
<td>
|
||||
<c:if test="${list.notifyChk ne 'Y'}">
|
||||
<span class="new_icon">NEW</span>
|
||||
</c:if>
|
||||
<ve:code codeId="VE0011" code="${list.lctrDivCd}"/>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user