Commit fce247c5 by guanzhenshan

调整半成品数据统计

parent b66ad65c
......@@ -24,7 +24,7 @@ namespace Bailun.DC.SkuDailyPurchaseAndSales
// while (start.AddDays(1) < DateTime.Now)
// {
// Console.WriteLine(start.ToString("yyyy-MM-dd"));
// new Services().Init(start, start.AddDays(1));
// new Services().ListSemi(start, start.AddDays(1));
// start = start.AddDays(1);
// }
......
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