Commit e641a573 authored by 332784038@qq.com's avatar 332784038@qq.com

返回放货锁定收货人天数

parent 299d235b
......@@ -3931,6 +3931,7 @@
o.unload_time,
o.is_limit_update_consignee,
o.lock_consignee_time,
o.lock_consignee_day,
(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
in_time,
......
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