服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-04-12 b57fb8b61bd053601035694470ac4e79fbf99bf8
Tiger.Business/Services/Base/TigerJobBase.cs
@@ -121,7 +121,7 @@
        /// 判断时间,返回是否可以继续工作任务
        /// </summary>
        /// <returns></returns>
        public TskJobInput CheckIFCanGo()
        public TskJobInput CheckHowToDo()
        {
            TskJobInput tskJobInput = new TskJobInput();
            var dateTime = DateTime.Now;