|
|
@@ -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 "+
|