select o.order_id as orderId,o.supplier_id as supplierId,o.operator_id as operatorId,o.station_id as stationId,od.start_url as startUrl,od.end_url as endUrl
- from ${dbName}_order.o_order_6 o,${dbName}_order.o_order_detail_6 od
+ from ${dbName}_order.o_order_1 o,${dbName}_order.o_order_detail_1 od
where o.order_id = od.order_id and o.order_status not in(7,14)
and od.start_url is not null and o.start_time >= '2025-01-01 00:00:00'