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

分页查询时添加给药途径集合条件

kongwz 3 лет назад
Родитель
Сommit
ba7db3d374
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},'%')