fix : sri 회신 조건문 수정
parent
a7bfeed4d0
commit
71eebe500f
|
|
@ -125,11 +125,13 @@
|
|||
<th:block th:if="${userSeq eq faSri.wrtUserSeq}">
|
||||
<button type="button" class="btn btn-warning" id="editFaSriBtn" th:data-fasrikey="${faSri.faSriKey}">수정</button>
|
||||
</th:block>
|
||||
<th:block th:if="${userSeq ne faSri.wrtUserSeq}">
|
||||
<th:block th:each="readUser:${faSri.readUserList}">
|
||||
<th:block th:if="${userSeq eq readUser.userSeq}">
|
||||
<th:block th:unless="${faSri.faSriEdate eq null}">
|
||||
<button type="button" class="btn btn-success" id="reSendBtn" th:if="${faSri.faSriEdate} >= ${#temporals.createToday()}" th:data-fasrikey="${faSri.faSriKey}">회신</button>
|
||||
</th:block>
|
||||
</th:block>
|
||||
</th:block>
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">닫기</button>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Reference in New Issue