From 06e1d5c2e895f198dedee2ef845485e9d4a2747c Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期一, 23 十二月 2024 16:18:58 +0800
Subject: [PATCH] 增加U9接口

---
 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