From e5a72da1292655e529f598c7b1f5a5d5ce4777f3 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期五, 23 十一月 2018 15:10:46 +0800
Subject: [PATCH] 4747 【前端】【1.3】修改自动进入封魔坛的规则。

---
 System/MainInterfacePanel/TaskAllocation.cs |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/System/MainInterfacePanel/TaskAllocation.cs b/System/MainInterfacePanel/TaskAllocation.cs
index a780538..357691a 100644
--- a/System/MainInterfacePanel/TaskAllocation.cs
+++ b/System/MainInterfacePanel/TaskAllocation.cs
@@ -155,11 +155,9 @@
                 });
             }
         }
-        public DateTime TaskTime
-        {
-            get;
-            set;
-        }
+
+        public DateTime TaskTime = DateTime.Now;
+
     }
 
 }

--
Gitblit v1.8.0