Browse Source

已禁用经典病例不显示

wangsy 7 months atrás
parent
commit
3da906a83a

+ 1 - 1
src/main/resources/application-dev.yml

@@ -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

+ 1 - 1
src/main/resources/mapper/KlConceptMapper.xml

@@ -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>