Sfoglia il codice sorgente

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

kongwz 3 anni fa
parent
commit
ba7db3d374

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