From 25667f16e581550a36da06e5a86ea27370159599 Mon Sep 17 00:00:00 2001 From: wangw <1594593906@qq.com> Date: Fri, 26 Sep 2025 09:55:43 +0800 Subject: [PATCH] =?UTF-8?q?id=E9=97=AE=E9=A2=983=20=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=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/MkShopCouponRecordMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cash-service/market-service/src/main/resources/mapper/MkShopCouponRecordMapper.xml b/cash-service/market-service/src/main/resources/mapper/MkShopCouponRecordMapper.xml index b150647a..7f65bf04 100644 --- a/cash-service/market-service/src/main/resources/mapper/MkShopCouponRecordMapper.xml +++ b/cash-service/market-service/src/main/resources/mapper/MkShopCouponRecordMapper.xml @@ -77,7 +77,7 @@ and mk_shop_coupon_record.status = #{status} and mk_shop_coupon_record.is_del = 0 - order by mk_shop_coupon_record.status , mk_shop_coupon_record.create_time desc + order by mk_shop_coupon_record.create_time DESC ,mk_shop_coupon_record.id DESC