From 141b19dbe2eadbb267379cc3820c45adf45d7b8e Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期一, 23 十二月 2024 19:30:56 +0800
Subject: [PATCH] 取消下发更新状态

---
 Tiger.Business/Services/Base/TigerJobBase.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Tiger.Business/Services/Base/TigerJobBase.cs b/Tiger.Business/Services/Base/TigerJobBase.cs
index 96ffdaf..fce3b38 100644
--- a/Tiger.Business/Services/Base/TigerJobBase.cs
+++ b/Tiger.Business/Services/Base/TigerJobBase.cs
@@ -21,11 +21,11 @@
         /// <summary>
         /// 寮�濮嬫椂闂�
         /// </summary>
-        public static DateTime StartTime { get; set; }
+        public DateTime StartTime { get; set; }
         /// <summary>
         /// 淇濆瓨鏃ュ織
         /// </summary>
-        public static ApiAction SaveLog(JobExecutingContext context, string remark)
+        public ApiAction SaveLog(JobExecutingContext context, string remark)
         {
             ApiAction action = new ApiAction();
             Type type = Type.GetType(context.JobDetail.JobType, throwOnError: true);

--
Gitblit v1.9.3