2025-10-13 16:16 대상자 교육상태 값 수정

This commit is contained in:
myname 2025-10-13 16:17:25 +09:00
parent 977e49cabe
commit 0822161f88
9 changed files with 33 additions and 23 deletions

View File

@ -346,6 +346,8 @@ public class VEEduAplctVO extends ComDefaultVO implements Serializable {
private String eduStateCd; //기소유예 대상자 교육상태
private String reqStateCd; //기소유예 대상자 의뢰상태
private String trgtNm; //기소유예 대상자
private String vs_clphone; //기소유예 대상자 폰번호
@ -2136,6 +2138,12 @@ public class VEEduAplctVO extends ComDefaultVO implements Serializable {
public void setReqNmbr(String reqNmbr) {
this.reqNmbr = reqNmbr;
}
public String getReqStateCd() {
return reqStateCd;
}
public void setReqStateCd(String reqStateCd) {
this.reqStateCd = reqStateCd;
}
}

View File

@ -468,6 +468,7 @@
SELECT
ROW_NUMBER() OVER(ORDER BY a.frst_regist_pnttm ASC) AS rowNo,
vadi.APLCT_STATE_CD AS aplctStateCd,
vsit.req_STATE_CD as reqStateCd,
vpap.TITLE AS title,
vsit.CMPTNT_ATHRT AS cmptntAthrt,
vsit.VNT_YEAR AS vntYear,

View File

@ -706,7 +706,7 @@
<th>핸드폰</th>
<th>신청일</th>
<th>확정여부</th>
<th>교육상태</th>
<th>의뢰상태</th>
<th>승인처리</th>
</tr>
</thead>
@ -748,11 +748,11 @@
<ve:code codeId="VE0003" code="${list.aprvlCd}"/>
</td>
<td>
<ve:code codeId="VEA003" code="${list.aplctStateCd}"/>
<ve:code codeId="VEA005" code="${list.reqStateCd}"/>
<!-- 취소요청 내용이 있고 미이수, 이수인 상태 -->
<c:if test="${not empty list.cnclCn and (list.aplctStateCd eq 10 or list.aplctStateCd eq 20)}">
(취소-반려)
</c:if>
<%-- <c:if test="${not empty list.cnclCn and (list.aplctStateCd eq 10 or list.aplctStateCd eq 20)}"> --%>
<!-- (취소-반려) -->
<%-- </c:if> --%>
</td>
<td>
<!-- 반려인 경우는 처리안되도록 check box을 노출하지 않는다. -->

View File

@ -294,7 +294,7 @@
<tr>
<th scope="row">교육상태</th>
<td>
<ve:code codeId="VEA002" code="${info.eduStateCd }"/>
<ve:code codeId="VEA003" code="${info.eduStateCd }"/>
</td>
<th scope="row">검사명</th>
<td>

View File

@ -803,8 +803,8 @@
</td>
<td>
<%-- <ve:code codeId="VEA002" code="${list.eduStateCd }"/> --%>
${list.eduStateCdNm }
<ve:code codeId="VEA003" code="${list.eduStateCd }"/>
<%-- ${list.eduStateCdNm } --%>
</td>
<c:set var="fullAddr" value="${list.addr} ${list.addrDetail}" />
<%-- <c:set var="fullAddr" value="${list.addr}" /> --%>

View File

@ -675,12 +675,13 @@
<div class="list_top search-only">
<div class="list_top_1">
<div class="util_right">
<ve:select codeId="VE0003" name="searchSelStatus" id="searchSelStatus" css="class='sel_type1'"
교육확정여부&nbsp;<ve:select codeId="VE0003" name="searchSelStatus" id="searchSelStatus" css="class='sel_type1'"
selectedValue="${vEPrcsDetailVO.searchSelStatus}" defaultValue='' includes="10,20,30,60"
defaultText='전체'
/>
<div class="calendar_wrap">
<input type="text" class="calendar" title="시작일 선택" id="searchSmbtStartDt" name="searchSmbtStartDt" value="${vEPrcsDetailVO.searchSmbtStartDt}">
신청일&nbsp;<input type="text" class="calendar" title="시작일 선택" id="searchSmbtStartDt" name="searchSmbtStartDt" value="${vEPrcsDetailVO.searchSmbtStartDt}">
</div>
~
<div class="calendar_wrap">
@ -716,7 +717,7 @@
<th>핸드폰</th>
<th>신청일</th>
<th>확정여부</th>
<th>교육상태</th>
<th>의뢰상태</th>
<th>승인처리</th>
</tr>
</thead>
@ -760,11 +761,11 @@
</td>
<!-- 교육신청상태 -->
<td>
<ve:code codeId="VEA002" code="${list.aplctStateCd}"/>
<ve:code codeId="VEA005" code="${list.reqStateCd}"/>
<!-- 취소요청 내용이 있고 미이수, 이수인 상태 -->
<c:if test="${not empty list.cnclCn and (list.aplctStateCd eq 10 or list.aplctStateCd eq 20)}">
(취소-반려)
</c:if>
<%-- <c:if test="${not empty list.cnclCn and (list.aplctStateCd eq 10 or list.aplctStateCd eq 20)}"> --%>
<!-- (취소-반려) -->
<%-- </c:if> --%>
</td>
<td>
<!-- 반려인 경우는 처리안되도록 check box을 노출하지 않는다. -->

View File

@ -294,7 +294,7 @@
<tr>
<th scope="row">교육상태</th>
<td>
<ve:code codeId="VEA002" code="${info.eduStateCd }"/>
<ve:code codeId="VEA003" code="${info.eduStateCd }"/>
</td>
<th scope="row">검사명</th>
<td>

View File

@ -800,8 +800,8 @@
</td>
<td>
<%-- <ve:code codeId="VEA002" code="${list.eduStateCd }"/> --%>
${list.eduStateCdNm }
<ve:code codeId="VEA003" code="${list.eduStateCd }"/>
<%-- ${list.eduStateCdNm } --%>
</td>
<c:set var="fullAddr" value="${list.addr} ${list.addrDetail}" />
<%-- <c:set var="fullAddr" value="${list.addr}" /> --%>

View File

@ -706,7 +706,7 @@
<th>핸드폰</th>
<th>신청일</th>
<th>확정여부</th>
<th>교육상태</th>
<th>의뢰상태</th>
<th>승인처리</th>
</tr>
</thead>
@ -748,11 +748,11 @@
<ve:code codeId="VE0003" code="${list.aprvlCd}"/>
</td>
<td>
<ve:code codeId="VEA003" code="${list.aplctStateCd}"/>
<ve:code codeId="VEA005" code="${list.reqStateCd}"/>
<!-- 취소요청 내용이 있고 미이수, 이수인 상태 -->
<c:if test="${not empty list.cnclCn and (list.aplctStateCd eq 10 or list.aplctStateCd eq 20)}">
(취소-반려)
</c:if>
<%-- <c:if test="${not empty list.cnclCn and (list.aplctStateCd eq 10 or list.aplctStateCd eq 20)}"> --%>
<!-- (취소-반려) -->
<%-- </c:if> --%>
</td>
<td>
<!-- 반려인 경우는 처리안되도록 check box을 노출하지 않는다. -->