This commit is contained in:
YAS\29473
2025-04-08 09:11:39 +08:00
parent 5bc268c922
commit 8881d55123
2 changed files with 6 additions and 2 deletions

View File

@@ -3125,6 +3125,8 @@
FROM
order_basic_info
WHERE
del_flag = '0'
and
station_id = #{stationId}
ORDER BY
create_time DESC