Commit d6fbd6ad authored by yanghao's avatar yanghao

fix: #731 【客户详情】CNG244480自编号已卸柜,订单未显示卸柜/到仓时间

parent 93e09ac6
......@@ -1675,6 +1675,7 @@
o.is_exception,
o.create_time,
o.load_time,
o.unload_time,
o.customer_id,
(select su.nickname from system_user su where su.deleted = 0 and su.id = o.salesman_id) as salesman_name,
(select min(wi.`in_time`) from ecw_order_warehouse_in wi where wi.deleted = 0 and wi.order_id = o.order_id ) as
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment