From 9a62fcaddfc67a3b4e157ddb536b1f2a001ef26c Mon Sep 17 00:00:00 2001
From: wangw <1594593906@qq.com>
Date: Sat, 31 Jan 2026 15:34:33 +0800
Subject: [PATCH] =?UTF-8?q?=E9=82=80=E8=AF=B7=E4=BA=BA=E5=88=97=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../account-service/src/main/resources/mapper/ShopUserMapper.xml | 1 +
1 file changed, 1 insertion(+)
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 5f80a0a15..4f1f0857a 100644
--- a/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml
+++ b/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml
@@ -276,6 +276,7 @@
WHERE invite.`parent_user_id` = #{distributionUserId} and invite.shop_id = #{shopId}
and dist.distribution_level_id = #{distributionLevelId}
and invite.id = #{shopUserId}
+ GROUP BY invite.id
ORDER BY invite.`invite_time` DESC