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