文件摘要置信度检索sql修改.
This commit is contained in:
@@ -1091,7 +1091,7 @@
|
|||||||
AND a.CFG_DESC like concat(concat('%',#{cfgDesc,jdbcType=VARCHAR}),'%')
|
AND a.CFG_DESC like concat(concat('%',#{cfgDesc,jdbcType=VARCHAR}),'%')
|
||||||
</if>
|
</if>
|
||||||
<if test="cfdsLevel != null">
|
<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>
|
||||||
<if test="action != null">
|
<if test="action != null">
|
||||||
AND a.ACTION=#{action,jdbcType=INTEGER}
|
AND a.ACTION=#{action,jdbcType=INTEGER}
|
||||||
|
|||||||
@@ -418,17 +418,12 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>${indexCfg.rawLen }(B)</td>
|
<td>${indexCfg.rawLen }(B)</td>
|
||||||
<td>
|
<td>
|
||||||
<%-- <c:if test="${indexCfg.cfdsLevel > 1 && indexCfg.cfdsLevel <= 10}">
|
<c:if test="${indexCfg.cfdsLevel > 1 && indexCfg.cfdsLevel <= 10}">
|
||||||
${(indexCfg.cfdsLevel*10)}
|
${(indexCfg.cfdsLevel*10)}
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${indexCfg.cfdsLevel eq 1 || indexCfg.cfdsLevel > 10}">
|
<c:if test="${indexCfg.cfdsLevel eq 1 || indexCfg.cfdsLevel > 10}">
|
||||||
${indexCfg.cfdsLevel }
|
${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:if>
|
||||||
</c:forEach>
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="${indexCfg.fileUrl }" target="_blank" data-original-title="${indexCfg.fileUrl }"
|
<a href="${indexCfg.fileUrl }" target="_blank" data-original-title="${indexCfg.fileUrl }"
|
||||||
|
|||||||
@@ -223,10 +223,6 @@
|
|||||||
<input name="cfgId" type="text" class="form-control logCfgId number" value="${log.cfgId }"/>
|
<input name="cfgId" type="text" class="form-control logCfgId number" value="${log.cfgId }"/>
|
||||||
</div>
|
</div>
|
||||||
</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>
|
||||||
</div>
|
</div>
|
||||||
<!-- /筛选搜索内容栏 结束-->
|
<!-- /筛选搜索内容栏 结束-->
|
||||||
|
|||||||
Reference in New Issue
Block a user