修改日志查询条件与字段统一,修改出入口错误

This commit is contained in:
zhanghongqing
2018-08-02 20:01:52 +08:00
parent 8b8aa57a99
commit f06c4a0216
12 changed files with 34 additions and 34 deletions

View File

@@ -169,7 +169,7 @@ $(document).ready(function(){
<th><spring:message code='cfg_id'/></th>
<th><spring:message code="action"/></th>
<th><spring:message code='found_time'/></th>
<th><spring:message code='entrance_id'/></th>
<th><spring:message code='entrance'/></th>
<th><spring:message code='app_label'/></th>
<th><spring:message code='c2s_pkt_num'/></th>
@@ -205,8 +205,8 @@ $(document).ready(function(){
</td>
<td>${log.foundTime}</td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<c:forEach items="${fns:getDictList('ENTRANCE')}" var="dict">
<c:if test="${dict.itemCode eq log.entranceId}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>