Commit fb855915 by guanzhenshan

1

parent b1d197f8
......@@ -23,7 +23,7 @@ namespace Bailun.DC.TaskCenter
{
var now = DateTime.Now;
if (now.Day==5 && now.Hour==2 && now.Minute == 12) //
if (now.Hour==2 && now.Minute == 12) //
{
Console.WriteLine("开始启动 " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
Init();
......
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