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