Commit 757ace4e by guanzhenshan

调整原料发货没有数据的问题

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