파일 검색결과 오류 수정.
parent
de8a0e42ea
commit
67d328aaee
|
|
@ -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}">
|
||||
|
|
|
|||
Loading…
Reference in New Issue