配置导出时是否区分大小写时,为是时导出无显示问题解决,日志http网页关键字查询是选择关键字监测/封堵时界面对应列显示不同国际化问题解决。

(cherry picked from commit 14e3b828db)
This commit is contained in:
zhanghongqing
2019-01-27 04:46:18 +00:00
committed by 王鑫
parent faf8f45585
commit 776dc47ad6
7 changed files with 66 additions and 16 deletions

View File

@@ -313,13 +313,16 @@
</td>
<td>${log.cfgId }</td>
<td>
<c:set var="actions">${log.action }</c:set>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<c:set var="actions">${dict.itemValue}</c:set>
</c:if>
<c:choose>
<c:when test="${dict.itemCode eq log.action and (log.service eq 152 or log.service eq 40)}">
<spring:message code="keywords"/> <spring:message code="${dict.itemValue}"/>
</c:when>
<c:when test="${dict.itemCode eq log.action and (log.service ne 152 and log.service ne 40)}">
<spring:message code="${dict.itemValue}"/>
</c:when>
</c:choose>
</c:forEach>
<spring:message code="${actions}"/>
</td>
<td>${log.foundTime }</td>
<td>${log.recvTime }</td>