订单排序

master
lzq 2025-09-01 23:18:53 +08:00
parent 6d070241fc
commit 70ebb733d7
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@
b.community_id b.community_id
FROM ba_order a FROM ba_order a
INNER JOIN ba_order_dispatch b ON b.order_no = a.order_no INNER JOIN ba_order_dispatch b ON b.order_no = a.order_no
WHERE b.status = 2 ORDER BY a.create_time DESC
LIMIT 50 LIMIT 50
</select> </select>
</mapper> </mapper>