Merge branch 'JIWOO' into advc

Conflicts:
	src/main/webapp/WEB-INF/jsp/cmm/fms/EgovBBSFileList.jsp
This commit is contained in:
jiwoo 2024-01-11 10:49:30 +09:00
commit 069059d3c4

View File

@ -161,9 +161,9 @@
</c:forEach> </c:forEach>
</ul> </ul>
</c:if> </c:if>
<c:if test="${fn:length(fileList) == 0}"> <<%-- c:if test="${fn:length(fileList) == 0}">
<tr> <tr>
<td style="border:0px solid #666;padding:0 0 0 0;margin:0 0 0 0;"></td> <td style="border:0px solid #666;padding:0 0 0 0;margin:0 0 0 0;"></td>
</tr> </tr>
</c:if> </c:if> --%>
</div> </div>