2024-03-22 15:47 강의요청 신청상태 변경

This commit is contained in:
myname 2024-03-22 15:47:50 +09:00
parent cbaab5af0b
commit ab235cab8e
2 changed files with 7 additions and 1 deletions

View File

@ -732,6 +732,7 @@
<table> <table>
<colgroup> <colgroup>
<col style="width: 50px"> <col style="width: 50px">
<col style="width: 70px">
<col style="width: 210px;"> <col style="width: 210px;">
<col style="width: 150px;"> <col style="width: 150px;">
<col style="width: auto"> <col style="width: auto">
@ -745,6 +746,7 @@
<thead> <thead>
<tr> <tr>
<th><input type="checkbox" name="checkAll" id="checkAll" onclick="chkAll(this);" /><label for="checkAll"></label></th> <th><input type="checkbox" name="checkAll" id="checkAll" onclick="chkAll(this);" /><label for="checkAll"></label></th>
<th>순번</th>
<th>신청자(대상자)</th> <th>신청자(대상자)</th>
<th>주민번호 앞자리</th> <th>주민번호 앞자리</th>
<th>이메일</th> <th>이메일</th>
@ -768,6 +770,9 @@
data-clphone="<c:out value='${list.phone}' />" title="Check" type="checkbox"/> data-clphone="<c:out value='${list.phone}' />" title="Check" type="checkbox"/>
</c:if> </c:if>
</td> </td>
<td>
${status.count}
</td>
<td> <td>
<c:out value="${list.trgtNm}"/><br/>(<c:out value="${list.mberId}"/>) <c:out value="${list.trgtNm}"/><br/>(<c:out value="${list.mberId}"/>)
<%-- <br/>(<c:out value="${list.sspnIdtmtTrgtOrd}"/>) --%> <%-- <br/>(<c:out value="${list.sspnIdtmtTrgtOrd}"/>) --%>

View File

@ -293,7 +293,8 @@
or or
(list.hstryUserId eq loginVO.id and (list.hstryCd eq '10' or list.hstryCd eq '40')) (list.hstryUserId eq loginVO.id and (list.hstryCd eq '10' or list.hstryCd eq '40'))
or or
(list.asgnmAprvlCd eq '30' and list.hstryUserId eq list.userId and (list.hstryCd eq '10' or list.hstryCd eq '40')) (list.asgnmAprvlCd eq '30' and list.hstryUserId ne list.userId
and (list.hstryCd eq '10' or list.hstryCd eq '40'))
}"> }">
<!-- 배정 거절 or 내역 거절 or 내열에 변경요청 --> <!-- 배정 거절 or 내역 거절 or 내열에 변경요청 -->
<c:set var="statCd" value="거절" /> <c:set var="statCd" value="거절" />