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