瀏覽代碼

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

kongwz 3 年之前
父節點
當前提交
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},'%')