Commit 185322ce by guanzhenshan

增加半成品仓统计

parent b2f2e788
......@@ -60,7 +60,7 @@ namespace Bailun.DC.DailyInventorySummary
cn.Open();
}
listWarehouse = cn.Query<string>("select warehouse_code from dc_skuwarehouse_stock_sales where hq_type!='半成品仓' group by warehouse_code").ToList();
listWarehouse = cn.Query<string>("select warehouse_code from dc_skuwarehouse_stock_sales group by warehouse_code").ToList();
var obj = new List<dc_daily_inventory_summary>();
foreach (var item in listWarehouse)
......
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