From 1c7d3ac374334da939c4de42c12ab9dc824a8651 Mon Sep 17 00:00:00 2001 From: wangw <1594593906@qq.com> Date: Fri, 23 Jan 2026 16:47:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=94=80?= 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 c380c7a10..7bbf81fc6 100644 --- a/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml +++ b/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml @@ -271,7 +271,7 @@ dist.distribution_level_name AS levelName, invite.distribution_shops AS distributionShops FROM tb_shop_user invite - left join mk_distribution_user dist on u.id = dist.id and dist.shop_id = #{shopId} + left join mk_distribution_user dist on invite.id = dist.id and dist.shop_id = #{shopId} WHERE invite.`parent_user_id` = #{distributionUserId} and dist.distribution_level_id = #{distributionLevelId} and invite.id = #{shopUserId}