@@ -183,6 +183,6 @@ IcssPush:
# 新版推送:9212【本地,236】,9211【241】,9210【121,122】
PushNew:
- url: http://173.18.12.190:9210
+ url: http://173.18.12.193:9210
debugFlag: true
@@ -791,7 +791,7 @@
LOWER(t2.spell) LIKE LOWER( concat('%',#{inputStr},'%')))
</if>
) t
- LEFT JOIN kl_classic_case t4 ON t.id = t4.concept_id
+ LEFT JOIN kl_classic_case t4 ON t.id = t4.concept_id and t4.status = 1
WHERE
<if test="hasInfo!=null ">
<choose>