merge
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user