Commit 7ed0326c by yinyong

未发货订单号修改为广州03仓

parent e482cf44
......@@ -847,7 +847,7 @@
(
SELECT
bailun_sku,warehouse_code,SUM(bailun_sku_quantity_ordered) AS bailun_sku_quantity_ordered,SUM(bailun_sku_quantity_shipped) AS bailun_sku_quantity_shipped,
GROUP_CONCAT(DISTINCT bailun_order_id) as 'bailun_order_ids'
GROUP_CONCAT(DISTINCT (case when warehouse_code='BLGZ03' then bailun_order_id else '' end)) as 'bailun_order_ids'
FROM
dc_base_oms_sku
WHERE
......
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