파일 검색결과 오류 수정.

master
최강석 2023-09-01 09:36:58 +09:00
parent de8a0e42ea
commit 67d328aaee
1 changed files with 3 additions and 3 deletions

View File

@ -293,12 +293,12 @@
</th:block>
</th:block>
</th:block>
<th:block th:each="accessMenu:${accessMenuList}">
<!--<th:block th:each="accessMenu:${accessMenuList}">
<th:block th:if="${file.menu_key eq accessMenu.menuKey and !#strings.isEmpty(accessMenu.accessAuth)}">
<input type="hidden" class="refDocKey" th:value="${board.main_key}">
<input type="hidden" class="refDocKey" th:value="${file.main_key}">
<input type="hidden" class="menuUrl" th:value="${accessMenu.menuUrl}">
</th:block>
</th:block>
</th:block>-->
<th:block th:if="${file.menu_key ne 0}">
<th:block th:each="menu:${menuList}">
<th:block th:if="${menu.menuKey eq file.menu_key}">