(1)修复doLog选择默认值的选择器无法匹配到结果

(2)Protocol菜单提交doLog修改
This commit is contained in:
wangxin
2019-01-13 00:18:20 +08:00
parent a38d337776
commit 3c48c80e76
21 changed files with 54 additions and 40 deletions

View File

@@ -451,7 +451,7 @@
<td>
<c:forEach items="${fns:getDictList('DO_LOG') }" var="dict">
<c:if test="${dict.itemCode eq cfg.doLog }">
<c:if test="${dict.itemCode eq cfg.doLog and cfg.action!=64}">
<spring:message code="${dict.itemValue }"/>
</c:if>
</c:forEach>