(1)修复doLog选择默认值的选择器无法匹配到结果
(2)Protocol菜单提交doLog修改
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user