From e09b55938fdc9a1143edf916dd2444f2c484f3dd Mon Sep 17 00:00:00 2001 From: wangw <1594593906@qq.com> Date: Mon, 24 Feb 2025 09:22:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/ShopUserMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml b/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml index a6d9a108c..fcac43c61 100644 --- a/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml +++ b/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml @@ -43,7 +43,7 @@ from tb_user_info as a left join tb_shop_user as b on a.id = b.user_id left join tb_shop_activate_coupon_record as c - on c.shop_id = b.shop_id and c.vip_user_id = b.id and c.`status` = 'used' + on c.shop_id = b.shop_id and c.shop_user_id = b.id and c.`status` = 'used' where a.id = #{userId}