排序问题2

This commit is contained in:
gong
2025-12-06 17:49:18 +08:00
parent 5a1b1a2834
commit 757f17f895

View File

@@ -29,8 +29,8 @@
AND o.status = #{status}
</if>
</if>
group by o.id desc
order by o.booking_time asc
group by o.id
order by o.booking_time asc, o.id desc
</select>
<select id="bookingOrderStatistics" resultType="com.czg.account.vo.BookingOrderStatisticsVO">