Commit 268188ce by 泽锋 李

fix

parent 3f0219ff
...@@ -506,7 +506,7 @@ now() as 'push_date', ...@@ -506,7 +506,7 @@ now() as 'push_date',
@platform as 'platform', @platform as 'platform',
0 as 'has_return_goods', 0 as 'has_return_goods',
t3.buyer_name, t3.buyer_name,
t_db.hq_type as 'warehouse_type' t_db.hq_type as 'warehouse_type',
2 as 'type' from dc_base_stock as t1 2 as 'type' from dc_base_stock as t1
left join dc_mid_transit as t2 on t1.warehouse_code =t2.warehouse_code and t1.bailun_sku =t2.bailun_sku left join dc_mid_transit as t2 on t1.warehouse_code =t2.warehouse_code and t1.bailun_sku =t2.bailun_sku
left join dc_base_warehouse as t_db on t1.warehouse_code = t_db.warehouse_code left join dc_base_warehouse as t_db on t1.warehouse_code = t_db.warehouse_code
......
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