充值记录

This commit is contained in:
张松
2025-09-29 18:31:04 +08:00
parent 2129ae5f8b
commit 6808a19b70

View File

@@ -6,8 +6,8 @@
<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
join tb_shop_user as b on a.user_id=b.user_id and a.shop_id=b.shop_id
join tb_shop_info as c on c.id=a.shop_id
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_info as c on c.id=a.shop_id
where a.shop_id=#{shopId}
<if test="bizCode != null and bizCode != ''">
and a.biz_code=#{bizCode}