排序问题3

This commit is contained in:
gong
2025-12-06 17:56:24 +08:00
parent 757f17f895
commit c0657b7e3f

View File

@@ -30,7 +30,7 @@
</if>
</if>
group by o.id
order by o.booking_time asc, o.id desc
order by FIELD(status, '待到店', '已到店', '已取消'), o.booking_time asc, o.id desc
</select>
<select id="bookingOrderStatistics" resultType="com.czg.account.vo.BookingOrderStatisticsVO">