修复基本配置-common-group DNS关键字分组管理列表缺失bug

(cherry picked from commit 3a1580bb0c)
This commit is contained in:
tanghao
2019-02-22 02:06:35 +00:00
committed by 董晓燕
parent 295a4662e8
commit 609a75db67

View File

@@ -290,20 +290,22 @@
${fns:abbr(cfg.groupName,20)}
</a>
</td>
<td>
<c:choose>
<c:when test="${cfg.groupType==6 }">
<c:forEach items="${fns:getDictList('IR_TYPE')}" var="groupTypeC">
<c:if test="${cfg.asnNo==groupTypeC.itemCode }"><spring:message code="${groupTypeC.itemValue}"/></c:if>
</c:forEach>
</c:when>
<c:otherwise>
<c:forEach items="${fns:getDictList('GROUP_TYPE')}" var="groupTypeC">
<c:if test="${cfg.groupType==groupTypeC.itemCode }"><spring:message code="${groupTypeC.itemValue}"/></c:if>
</c:forEach>
</c:otherwise>
</c:choose>
</td>
<c:if test="${cfg.groupType!=12&&cfg.groupType!=11}">
<td>
<c:choose>
<c:when test="${cfg.groupType==6 }">
<c:forEach items="${fns:getDictList('IR_TYPE')}" var="groupTypeC">
<c:if test="${cfg.asnNo==groupTypeC.itemCode }"><spring:message code="${groupTypeC.itemValue}"/></c:if>
</c:forEach>
</c:when>
<c:otherwise>
<c:forEach items="${fns:getDictList('GROUP_TYPE')}" var="groupTypeC">
<c:if test="${cfg.groupType==groupTypeC.itemCode }"><spring:message code="${groupTypeC.itemValue}"/></c:if>
</c:forEach>
</c:otherwise>
</c:choose>
</td>
</c:if>
<%-- <c:if test="${cfg.groupType==4}">
<td>${cfg.asnNo}</td>
</c:if> --%>