From 62ca4b73a9a47c84be308a542e743a431f161392 Mon Sep 17 00:00:00 2001 From: sunjiabei Date: Tue, 17 Mar 2026 17:29:22 +0800 Subject: [PATCH] =?UTF-8?q?20260317=E9=92=B1=E5=8C=85=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/GoldDetailMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/GoldDetailMapper.xml b/src/main/resources/mapper/GoldDetailMapper.xml index bf10ccd..3d67246 100644 --- a/src/main/resources/mapper/GoldDetailMapper.xml +++ b/src/main/resources/mapper/GoldDetailMapper.xml @@ -279,6 +279,6 @@ FROM user_region_wallet urw left join wallet w on w.id=urw.wallet_id WHERE urw.jwcode = #{jwcode} - ORDER BY urw.wallet_id + ORDER BY w.priority