voip日志接口修改为ntcVoipLogs

音视频外部程序目录固定
bgp日志缺少scene file属性更改
This commit is contained in:
duandongmei
2018-10-16 11:04:21 +08:00
parent 35e0446279
commit bc0b5cf850
5 changed files with 13 additions and 11 deletions

View File

@@ -248,6 +248,7 @@
<td>${log.dAsn}</td>
<td>${log.sSubscribeId}</td>
<td>${log.dSubscribeId}</td>
<td>${log.sceneFile}</td>
<td>
<c:forEach items="${fns:getDictList('BGP_MESSAGE_TYPE')}" var="type">
<c:if test="${type.itemCode eq log.type}">${type.itemValue}</c:if>