fix : sri 회신 조건문 수정

TaehunPark 2022-12-20 15:01:48 +09:00
parent a7bfeed4d0
commit 71eebe500f
1 changed files with 3 additions and 1 deletions

View File

@ -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>