|
@@ -231,7 +231,7 @@
|
|
|
AND a.lib_type = #{conceptCollectionPageVO.collectionLibType}
|
|
|
</if>
|
|
|
<if test="conceptCollectionPageVO.collectionLibType==null">
|
|
|
- AND a.lib_type between 308 and 328
|
|
|
+ AND a.lib_type between 308 and 329
|
|
|
</if>
|
|
|
<if test="conceptCollectionPageVO.collectionLibName != null and conceptCollectionPageVO.collectionLibName != ''">
|
|
|
AND a.lib_name LIKE concat('%',#{conceptCollectionPageVO.collectionLibName},'%')
|