Commit e33dfd53 authored by chenjiuping's avatar chenjiuping

异常订单统计出错

parent 612039b7
......@@ -210,6 +210,7 @@
LEFT JOIN ecw_warehouse_line wl on a.line_id = wl.id
LEFT JOIN ecw_warehouse dest_warehouse on wl.dest_warehouse_id = dest_warehouse.id
left join ecw_order_objective eo on a.order_id = eo.order_id
LEFT JOIN system_user su on a.salesman_id = su.id
left join (select it.order_id AS order_id,
SUM(
IFNULL(
......
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