This commit is contained in:
tanghao
2019-01-04 19:04:26 +08:00
parent f4f74a686b
commit 564e6585c6

View File

@@ -65,7 +65,8 @@
<c:forEach items="${fns:getCodeList('appCode')}" var="dict" >
<c:if test="${dict.code!=0}">
<option value="${dict.code}"><spring:message code="${dict.item}"></spring:message></option>
</c:if> </c:forEach>
</c:if>
</c:forEach>
</select>
</div>
</div>