文件摘要置信度检索sql修改.

This commit is contained in:
zhangwq
2018-12-11 19:49:00 +08:00
parent a4ff744a4f
commit df0445054b
3 changed files with 3 additions and 12 deletions

View File

@@ -1091,7 +1091,7 @@
AND a.CFG_DESC like concat(concat('%',#{cfgDesc,jdbcType=VARCHAR}),'%')
</if>
<if test="cfdsLevel != null">
AND a.CFDS_LEVEL=#{cfdsLevel,jdbcType=INTEGER}
AND (a.CFDS_LEVEL=#{cfdsLevel,jdbcType=INTEGER} OR a.CFDS_LEVEL=${cfdsLevel/10})
</if>
<if test="action != null">
AND a.ACTION=#{action,jdbcType=INTEGER}

View File

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

View File

@@ -223,10 +223,6 @@
<input name="cfgId" type="text" class="form-control logCfgId number" value="${log.cfgId }"/>
</div>
</div>
<%-- <div class="col-md-2">
<label><spring:message code="cfg_id"></spring:message></label>
<input name="cfgId" type="text" class="form-control logCfgId number" value="${log.cfgId }"/>
</div> --%>
</div>
</div>
<!-- /筛选搜索内容栏 结束-->