Commit b0ae1889 by 蘑菇🍄

clear

parent 6a9453b1
...@@ -150,7 +150,7 @@ update order_import A inner join(select county_id,full_name from `gic3.0`.tab_gi ...@@ -150,7 +150,7 @@ update order_import A inner join(select county_id,full_name from `gic3.0`.tab_gi
FROM order_item_import oitem FROM order_item_import oitem
left join tab_gic_mall_order_copy o on o.erp_order_id = oitem.erp_order_id left join tab_gic_mall_order_copy o on o.erp_order_id = oitem.erp_order_id
left join tab_gic_mall_pro pro on pro.pro_code = oitem.mall_pro_code left join tab_gic_mall_pro pro on pro.pro_code = oitem.mall_pro_code and pro.enterprise_id = 'ff8080816170e8990161f6736b4c6033'
left join tab_gic_mall_pro_sku sku on sku.mall_pro_sku_code = oitem.mall_pro_sku_code left join tab_gic_mall_pro_sku sku on sku.mall_pro_sku_code = oitem.mall_pro_sku_code
where where
o.order_id is not NULL o.order_id is not NULL
......
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