1.文件摘要配置列表修改 2.mail日志增加加发件人、收件人、邮件主题的查询条件

This commit is contained in:
zhangwq
2018-12-11 18:39:02 +08:00
parent 56598e05f0
commit a4ff744a4f
3 changed files with 46 additions and 3 deletions

View File

@@ -418,12 +418,17 @@
</td>
<td>${indexCfg.rawLen }B</td>
<td>
<c:if test="${indexCfg.cfdsLevel > 1 && indexCfg.cfdsLevel <= 10}">
<%-- <c:if test="${indexCfg.cfdsLevel > 1 && indexCfg.cfdsLevel <= 10}">
${(indexCfg.cfdsLevel*10)}
</c:if>
<c:if test="${indexCfg.cfdsLevel eq 1 || indexCfg.cfdsLevel > 10}">
${indexCfg.cfdsLevel }
</c:if>
</c:if> --%>
<c:forEach items="${fns:getDictList('CONFIDENCE_INTERVAL')}" var="configdenceC">
<c:if test="${configdenceC.itemCode eq indexCfg.cfdsLevel}">
${configdenceC.itemValue}
</c:if>
</c:forEach>
</td>
<td>
<a href="${indexCfg.fileUrl }" target="_blank" data-original-title="${indexCfg.fileUrl }"