服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-12-19 baaa18ee787727779745ebf0de7f2be66353ada2
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);