用户余额记录sql修改
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<select id="pageInfo" resultType="com.czg.account.vo.ShopUserFlowVO">
|
||||
select a.*, c.shop_name as shopName, b.phone, b.nick_name as nickName from tb_shop_user_flow as a
|
||||
left join tb_shop_user as b on a.user_id=b.user_id and a.shop_id=b.shop_id
|
||||
left join tb_shop_user as b on a.user_id=b.user_id and a.shop_user_id=b.id
|
||||
left join tb_shop_info as c on c.id=a.shop_id
|
||||
where a.shop_id=#{shopId}
|
||||
<if test="bizCode != null and bizCode != ''">
|
||||
|
||||
Reference in New Issue
Block a user