Commit 3435e12f by guanzhenshan

修改逻辑

parent 0450cfb0
......@@ -32,9 +32,10 @@ namespace Bailun.DC.LogicWareHouse
try
{
var now = DateTime.Now;
if (now.Hour == 6 && now.Minute == 03)
{
Console.WriteLine("时间 " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
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