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