用户余额记录sql修改

This commit is contained in:
张松
2025-11-14 15:09:37 +08:00
parent 625a47ba93
commit 1d3f9bdd46

View File

@@ -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 != ''">