日志动作字段从字典查询

This commit is contained in:
zhanghongqing
2018-08-02 14:39:48 +08:00
parent 7894d13bec
commit b50555b81d
16 changed files with 135 additions and 349 deletions

View File

@@ -197,8 +197,11 @@ $(document).ready(function(){
<tr>
<td>${log.cfgId}</td>
<td>
<c:if test="${log.action eq 16 }"><spring:message code="action_reject"/></c:if>
<c:if test="${log.action eq 1 }"><spring:message code="action_monit"/></c:if>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>
</td>
<td>${log.foundTime}</td>
<td>${log.entranceId}</td>