bugfix 查询订单详情字段为空

This commit is contained in:
Lemon
2026-01-29 15:15:13 +08:00
parent c1db659cc3
commit 7c576ca255

View File

@@ -3286,7 +3286,7 @@
order_detail t2 ON t1.order_code = t2.order_code
join
pile_merchant_info t3 on t1.merchant_id = t3.id
join
left join
member_basic_info t4 on t1.member_id = t4.member_id
join pile_station_info t5 on t1.station_id = t5.id
WHERE t1.del_flag = '0'