文件摘要置信度检索sql修改.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user