diff --git a/src/main/resources/mapper/artificer/OrdersDao.xml b/src/main/resources/mapper/artificer/OrdersDao.xml index f05b558..7b3ba77 100644 --- a/src/main/resources/mapper/artificer/OrdersDao.xml +++ b/src/main/resources/mapper/artificer/OrdersDao.xml @@ -1142,6 +1142,7 @@ where a.status in (3,5) and a.artificer_id = ${userId} and a.end_times BETWEEN #{startTime} and #{endTime} and a.parent_id = 0 + order serve_time by desc