mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-19 18:45:03 +08:00
bugfix 查询订单详情字段为空
This commit is contained in:
@@ -3286,7 +3286,7 @@
|
|||||||
order_detail t2 ON t1.order_code = t2.order_code
|
order_detail t2 ON t1.order_code = t2.order_code
|
||||||
join
|
join
|
||||||
pile_merchant_info t3 on t1.merchant_id = t3.id
|
pile_merchant_info t3 on t1.merchant_id = t3.id
|
||||||
join
|
left join
|
||||||
member_basic_info t4 on t1.member_id = t4.member_id
|
member_basic_info t4 on t1.member_id = t4.member_id
|
||||||
join pile_station_info t5 on t1.station_id = t5.id
|
join pile_station_info t5 on t1.station_id = t5.id
|
||||||
WHERE t1.del_flag = '0'
|
WHERE t1.del_flag = '0'
|
||||||
|
|||||||
Reference in New Issue
Block a user