Commit 61c6f5f5 by 泽锋 李

fix

parent 85f0efce
......@@ -206,7 +206,7 @@ t1.warehouse_code,
t1.gmt_modified
from dc_base_stock as t1
left join dc_base_warehouse as t2 on t1.warehouse_code = t2.warehouse_code
where t1.warehouse_code in ('US4PXBL','AU4PXBL') and t1.bailun_sku in @skus ";
where t1.warehouse_code in ('US4PXBL','AU4PXBL','GZBLLM') and t1.bailun_sku in @skus ";
DynamicParameters parameters = new DynamicParameters();
parameters.Add("skus", search.skus);
......
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