@@ -905,6 +905,7 @@ and
b.is_lock = 0
and b.path LIKE concat(#{orgPath}, '%')
and b.deleted = 0
+ AND (b.type = 4 OR b.type = 5 OR b.type = 6)
) a
</select>
<select id="getCollectLibrary" resultType="java.lang.Integer">