From 89717d0fac1e536041071fe6530022424fb73463 Mon Sep 17 00:00:00 2001
From: liujiang <569804566@qq.com>
Date: Thu, 11 Sep 2025 14:10:23 +0800
Subject: [PATCH] =?UTF-8?q?master=EF=BC=9A=E6=A1=A3=E5=8F=A3=E5=B7=B2?=
=?UTF-8?q?=E8=B4=AD=E5=88=97=E8=A1=A8=E6=8E=92=E5=BA=8F=E4=BC=98=E5=8C=96?=
=?UTF-8?q?=EF=BC=9B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
xkt/src/main/resources/mapper/AdvertRoundMapper.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/xkt/src/main/resources/mapper/AdvertRoundMapper.xml b/xkt/src/main/resources/mapper/AdvertRoundMapper.xml
index 93f79b8b4..28aa09e48 100644
--- a/xkt/src/main/resources/mapper/AdvertRoundMapper.xml
+++ b/xkt/src/main/resources/mapper/AdvertRoundMapper.xml
@@ -67,7 +67,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and ar.start_time >= #{startTime}
and ar.end_time <= #{endTime}
ORDER BY
- ar.start_time
+ ar.start_time DESC,
+ ar.launch_status