Commit 4f66fed9 by 泽锋 李

计算中国仓是否有正在监控的数据时,忽略02仓

parent f68bb8cd
...@@ -652,6 +652,7 @@ LEFT JOIN `dc_auto_config_sku_warehouse` `t2` ON `t1`.`bailun_sku` = `t2`.`bail ...@@ -652,6 +652,7 @@ LEFT JOIN `dc_auto_config_sku_warehouse` `t2` ON `t1`.`bailun_sku` = `t2`.`bail
OR ( `t2`.`status` = 0 ) OR ( `t2`.`status` = 0 )
) )
and t1.bailun_sku in @bailun_skus and t1.bailun_sku in @bailun_skus
and t1.warehouse_code!='GZBLZZG'
GROUP BY t1.bailun_sku,t3.hq_type GROUP BY t1.bailun_sku,t3.hq_type
);", new );", new
{ {
......
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