wjj hai 3 semanas
pai
achega
4f0afbad35

+ 1 - 1
fs-service/src/main/java/com/fs/his/mapper/FsPackageMapper.java

@@ -133,7 +133,7 @@ public interface FsPackageMapper
             "<if test = 'maps.appId == null or maps.appId == \"\"'> " +
             "and (app_ids is null or app_ids = '')" +
             "</if>" +
-            "<if test = 'maps.isCollection != null '> " +
+            "<if test = 'maps.isCollection != null and maps.isCollection != 0 '> " +
             " and (p.product_type = 1 or p.product_type = 2 or p.product_type = 3 ) " +
             "</if>" +
             " order by p.sort desc,package_id  "+