Commit 247393e6 by guanzhenshan

调整逻辑仓的数据生成时间

parent 02c68578
......@@ -26,7 +26,7 @@ namespace Bailun.DC.LogicWareHouse
{
var now = DateTime.Now;
if (now.Hour == 4 && now.Minute == 1)
if (now.Hour == 8 && now.Minute == 1)
{
Save();
}
......
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