Просмотр исходного кода

Merge remote-tracking branch 'origin/dev/log_20211020' into debug

kongwz 3 лет назад
Родитель
Сommit
6638af91e5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      cdssman-service/src/main/resources/mapper/KlRelationMapper.xml

+ 1 - 1
cdssman-service/src/main/resources/mapper/KlRelationMapper.xml

@@ -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},'%')