1
This commit is contained in:
parent
16952f2a9f
commit
4ec6865d5e
@ -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_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
|
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!= ''">
|
<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>
|
</if>
|
||||||
where o.del_flag != 1
|
where o.del_flag != 1
|
||||||
<if test="orderNo!= null and orderNo!= ''">
|
<if test="orderNo!= null and orderNo!= ''">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user