2025 12-02 11:29 의뢰번호 고정
This commit is contained in:
parent
ef697f2070
commit
6286362798
@ -643,10 +643,11 @@ public class EgovMainController {
|
||||
SiteManagerVO siteManagerVO = new SiteManagerVO();
|
||||
siteManagerVO = egovSiteManagerService.selectSiteManagerVO(siteManagerVO);
|
||||
|
||||
int i_session_time = 60;//기본 시간 60분
|
||||
int i_session_time = 10;//기본 시간 60분
|
||||
|
||||
//운영관리-코드관리-ITN014-의 코드6의 코드설명 값을 기본 시간의 분으로 가져온다.
|
||||
try{
|
||||
// i_session_time = Integer.parseInt(siteManagerVO.getSessionTimeCdText());
|
||||
i_session_time = Integer.parseInt(siteManagerVO.getSessionTimeCdText());
|
||||
}catch(Exception ex) {
|
||||
ex.printStackTrace();
|
||||
}
|
||||
|
||||
@ -1046,7 +1046,7 @@
|
||||
<div class="btn_center">
|
||||
</div>
|
||||
<div class="btn_right">
|
||||
<button type="button" class="btn_type08" onclick="chkSnd('email');return false;">email 발송</button>
|
||||
<!-- <button type="button" class="btn_type08" onclick="chkSnd('email');return false;">email 발송</button> -->
|
||||
<button type="button" class="btn_type08" onclick="chkSnd('sms');return false;">SMS 발송</button>
|
||||
<%-- <button type="button" class="btn_type04" onclick="location.href='<c:url value="/kccadr/oprtn/cmdTrgt/cndtnEduPrcsAplctCfnMngList.do" />'; return false;">교육확정목록</button> --%>
|
||||
|
||||
|
||||
@ -373,7 +373,7 @@
|
||||
</td>
|
||||
<th scope="row">의뢰번호</th>
|
||||
<td>
|
||||
<input type="text" name="reqNmbr" value="<c:out value="${info.reqNmbr }" />" />
|
||||
<input type="text" name="reqNmbr" value="<c:out value="${info.reqNmbr }" />" readonly/>
|
||||
</td>
|
||||
|
||||
|
||||
|
||||
@ -1101,7 +1101,7 @@
|
||||
</div>
|
||||
<div class="btn_right">
|
||||
|
||||
<button type="button" class="btn_type08" onclick="chkSnd('email');return false;">email 발송</button>
|
||||
<!-- <button type="button" class="btn_type08" onclick="chkSnd('email');return false;">email 발송</button> -->
|
||||
<button type="button" class="btn_type06" onclick="chkSnd('sms');return false;">SMS 발송</button>
|
||||
|
||||
<%-- <button type="button" class="btn_type03" onclick="location.href='<c:url value="/kccadr/oprtn/cndtnSspnIdtmt/cndtnEduPrcsAplctCfnMngList.do" />'; return false;">교육확정목록</button> --%>
|
||||
|
||||
@ -374,7 +374,7 @@
|
||||
</td>
|
||||
<th scope="row">의뢰번호</th>
|
||||
<td>
|
||||
<input type="text" name="reqNmbr" value="<c:out value="${info.reqNmbr }" />" />
|
||||
<input type="text" name="reqNmbr" value="<c:out value="${info.reqNmbr }" />" readonly/>
|
||||
</td>
|
||||
|
||||
|
||||
|
||||
@ -1033,7 +1033,7 @@
|
||||
<div class="btn_center">
|
||||
</div>
|
||||
<div class="btn_right">
|
||||
<button type="button" class="btn_type08" onclick="chkSnd('email');return false;">email 발송</button>
|
||||
<!-- <button type="button" class="btn_type08" onclick="chkSnd('email');return false;">email 발송</button> -->
|
||||
<button type="button" class="btn_type08" onclick="chkSnd('sms');return false;">SMS 발송</button>
|
||||
<%-- <button type="button" class="btn_type04" onclick="location.href='<c:url value="/kccadr/oprtn/prevent/cndtnEduPrcsAplctCfnMngList.do" />'; return false;">교육확정목록</button> --%>
|
||||
|
||||
|
||||
@ -97,9 +97,9 @@
|
||||
<c:when test="${vEEduAplctVO.type eq 'SMS'}">
|
||||
SMS 발송
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
EMAIL 발송
|
||||
</c:otherwise>
|
||||
<%-- <c:otherwise> --%>
|
||||
<!-- EMAIL 발송 -->
|
||||
<%-- </c:otherwise> --%>
|
||||
</c:choose>
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user