Browse Source

静态知识内容检索修改

rengb 5 years ago
parent
commit
b2b7346693

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