소스 검색

静态知识内容检索修改

rengb 5 년 전
부모
커밋
b2b7346693
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      knowledgeman-service/src/main/resources/mapper/ConceptDetailMapper.xml

+ 1 - 0
knowledgeman-service/src/main/resources/mapper/ConceptDetailMapper.xml

@@ -57,6 +57,7 @@
 		<if test="name != null and name != ''">
             AND a.lib_name like concat('%',#{name} ,'%' )
         </if>
+        AND a.lib_type not in(12,13,14)
 		ORDER BY a.gmt_modified DESC
     </select>
 </mapper>