fix getBranchShopList
This commit is contained in:
@@ -312,9 +312,9 @@
|
|||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
<if test="request.franchiseBrand!=null and request.franchiseBrand.size>0">
|
<if test="request.franchiseBrand!=null and request.franchiseBrand.size>0">
|
||||||
and a.franchise_brand in
|
and
|
||||||
<foreach collection="request.franchiseBrand" item="item" index="index" open="(" separator="," close=")">
|
<foreach collection="request.franchiseBrand" item="item" index="index" open="(" separator="or" close=")">
|
||||||
#{item}
|
FIND_IN_SET(#{item}, a.franchise_brand)>0
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
<if test="request.shopStatus!=null and request.shopStatus.size>0">
|
<if test="request.shopStatus!=null and request.shopStatus.size>0">
|
||||||
|
|||||||
Reference in New Issue
Block a user