소스 검색

已禁用经典病例不显示

wangsy 7 달 전
부모
커밋
3da906a83a
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/main/resources/application-dev.yml
  2. 1 1
      src/main/resources/mapper/KlConceptMapper.xml

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