排序问题3
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
</if>
|
||||
</if>
|
||||
group by o.id
|
||||
order by FIELD(status, '待到店', '已到店', '已取消'), o.booking_time asc, o.id desc
|
||||
order by FIELD(o.status, '待到店', '已到店', '已取消'), o.booking_time asc, o.id desc
|
||||
</select>
|
||||
|
||||
<select id="bookingOrderStatistics" resultType="com.czg.account.vo.BookingOrderStatisticsVO">
|
||||
|
||||
Reference in New Issue
Block a user