From 3fbafafcf45fd4ee34469f264697d8f0b783855b Mon Sep 17 00:00:00 2001 From: wangw <1594593906@qq.com> Date: Tue, 28 Oct 2025 18:01:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E5=BA=8F?= 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 7e2089743..62b5c0cf9 100644 --- a/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml +++ b/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml @@ -275,6 +275,6 @@ left join mk_distribution_user dist on user.id = dist.id WHERE user.`distribution_user_id` = #{distributionUserId} and user.id = #{shopUserId} - ORDER BY `create_time` DESC + ORDER BY user.`create_time` DESC