From 3e895b4a7d6ef5f35a9bee6fd6d810c0cac9eb5f Mon Sep 17 00:00:00 2001
From: wangw <1594593906@qq.com>
Date: Thu, 6 Nov 2025 13:55:28 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=AB=E5=90=8D?=
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 78dfa31f..b93d7222 100644
--- a/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml
+++ b/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml
@@ -297,6 +297,6 @@
WHERE invite.`distribution_user_id` = #{distributionUserId}
and dist.distribution_level_id = #{distributionLevelId}
and invite.shop_user_id = #{shopUserId}
- ORDER BY tb_shop_user_invite.`invite_time` DESC
+ ORDER BY invite.`invite_time` DESC