Commit 5bda73cb authored by liuzeheng's avatar liuzeheng

出货量execl

parent ae7935bc
......@@ -923,7 +923,8 @@
ecw_order_item eoi
left join ecw_order o on eoi.order_id = o.order_id
left join ecw_currency ec on eoi.sea_freight_currency = ec.id
and eoi.deleted = 0 and o.deleted = 0
where 1=1 and eoi.deleted = 0 and o.deleted = 0
<include refid="myOrderQuery">
</include>
</select>
......
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