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

空运到港时间数据同步到订单

parent 2b266806
-- 同步空运到港时间到订单
UPDATE ecw_order o LEFT JOIN ecw_box b on o.container_number = b.self_no SET o.daogang_time = b.dg_date WHERE o.transport_id = 3 and o.container_number is not null AND o.container_number != '';
\ No newline at end of file
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