@@ -285,7 +285,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
(too.buy_time NOT BETWEEN #{item.startTime} and #{item.endTime})
</foreach>
</if>
- ORDER BY too.order_id DESC
+ ORDER BY too.buy_time DESC
</select>