协议ID修复
This commit is contained in:
@@ -138,6 +138,11 @@
|
|||||||
<c:forEach items="${fns:getDictList('TUNNEL_PROTOCOL')}" var="protocolC">
|
<c:forEach items="${fns:getDictList('TUNNEL_PROTOCOL')}" var="protocolC">
|
||||||
<c:if test="${protocolC.itemValue eq 'default'}">
|
<c:if test="${protocolC.itemValue eq 'default'}">
|
||||||
<input type="hidden" name="protocol" value="${protocolC.itemCode}">
|
<input type="hidden" name="protocol" value="${protocolC.itemCode}">
|
||||||
|
<c:forEach items="${serviceList}" var="service">
|
||||||
|
<c:if test="${_cfg.functionId eq service.functionId}">
|
||||||
|
<input type="hidden" name="protocolId" value="${service.protocolId }">
|
||||||
|
</c:if>
|
||||||
|
</c:forEach>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</c:when>
|
</c:when>
|
||||||
|
|||||||
Reference in New Issue
Block a user