提交本地

This commit is contained in:
zhanghongqing
2018-08-02 14:48:12 +08:00
parent 40a0e08712
commit 9f798ec842

View File

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