后台用户接口修改
This commit is contained in:
@@ -88,7 +88,7 @@
|
|||||||
GROUP BY user_id, shop_id
|
GROUP BY user_id, shop_id
|
||||||
) f ON f.user_id = a.user_id AND f.shop_id = a.shop_id
|
) f ON f.user_id = a.user_id AND f.shop_id = a.shop_id
|
||||||
|
|
||||||
WHERE a.shop_id = #{shopId}
|
WHERE a.source_shop_id = #{shopId}
|
||||||
|
|
||||||
<if test="isVip != null">
|
<if test="isVip != null">
|
||||||
AND a.is_vip = #{isVip}
|
AND a.is_vip = #{isVip}
|
||||||
|
|||||||
Reference in New Issue
Block a user