fix getBranchShopList

This commit is contained in:
shuo.wang
2025-01-22 11:31:08 +08:00
parent f849e6f82d
commit 07cd613e32

View File

@@ -312,9 +312,9 @@
</foreach>
</if>
<if test="request.franchiseBrand!=null and request.franchiseBrand.size>0">
and a.franchise_brand in
<foreach collection="request.franchiseBrand" item="item" index="index" open="(" separator="," close=")">
#{item}
and
<foreach collection="request.franchiseBrand" item="item" index="index" open="(" separator="or" close=")">
FIND_IN_SET(#{item}, a.franchise_brand)>0
</foreach>
</if>
<if test="request.shopStatus!=null and request.shopStatus.size>0">