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