2024-02-15 17:25 청소년 강사 강사료 excel 오류 수정

This commit is contained in:
myname 2024-02-15 17:26:13 +09:00
parent ad512b1403
commit 437ed46e5e
2 changed files with 12 additions and 11 deletions

View File

@ -897,7 +897,14 @@
</isNotEmpty>
<isNotEmpty property="searchAcmdtCnt">
<isEqual property="searchAcmdtCnt" compareValue="40">
AND J.sbmt_yn='Y'
AND J.aprvl_cd ='10'
</isEqual>
<isEqual property="searchAcmdtCnt" compareValue="50">
AND J.sbmt_yn='Y'
AND J.aprvl_cd ='20'
</isEqual>
<isEqual property="searchAcmdtCnt" compareValue="20">
AND J.sbmt_yn='Y'
AND J.aprvl_cd is null
@ -905,14 +912,8 @@
<isEqual property="searchAcmdtCnt" compareValue="30">
AND NVL(J.sbmt_yn,'N')='N'
</isEqual>
<isEqual property="searchAcmdtCnt" compareValue="40">
AND J.sbmt_yn='Y'
AND J.aprvl_cd ='40'
</isEqual>
<isEqual property="searchAcmdtCnt" compareValue="50">
AND J.sbmt_yn='Y'
AND J.aprvl_cd ='50'
</isEqual>
/*
AND

View File

@ -359,10 +359,10 @@
<c:choose>
<c:when test="${list.acmdtSbmtYn eq 'Y' and list.acmdtAprvlCd eq '10'}">
확정
승인
</c:when>
<c:when test="${list.acmdtSbmtYn eq 'Y' and list.acmdtAprvlCd eq '20'}">
반려
미승인
</c:when>
<c:when test="${list.acmdtSbmtYn eq 'Y'}">
<button class="btn_type06"