This commit is contained in:
andy 2026-02-14 11:19:21 +08:00
parent 16952f2a9f
commit 4ec6865d5e

View File

@ -180,7 +180,7 @@
left join hd_cloud_manage.yt_t_order_detail od on od.order_id = o.pk_id
left join hd_cloud_manage.yt_t_order_swap_battery_pre osbp on osbp.pk_id = o.order_pre_id
<if test="proCode!= null and proCode!= ''">
left join hd_cloud_manage.yt_t_battery_station bs on bs.station_code = o.station_code
left join hd_cloud_manage.yt_t_battery_station bs on bs.code = o.station_code
</if>
where o.del_flag != 1
<if test="orderNo!= null and orderNo!= ''">