From 0b02f66fb58dda335db14ed4a4474402a2951707 Mon Sep 17 00:00:00 2001 From: wangw <1594593906@qq.com> Date: Mon, 5 Jan 2026 09:37:45 +0800 Subject: [PATCH] =?UTF-8?q?shop=5Fuser=E6=9F=A5=E8=AF=A2=E5=A4=9A=E4=B8=AA?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= 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 e7f917f8e..448d425ae 100644 --- a/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml +++ b/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml @@ -98,7 +98,7 @@ AND a.amount >= #{amount} - + group by a.id ORDER BY a.create_time DESC