From cdfedb4c6bc751ab5eb90b87e182e8b664397a03 Mon Sep 17 00:00:00 2001 From: Falcon <12919280+falconfly@user.noreply.gitee.com> Date: Mon, 24 Feb 2025 10:32:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=87=8D=E5=A4=8D=E7=9A=84Is?= =?UTF-8?q?YearAdjust=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Falcon.SugarApi/TimedBackgroundTask/CronResult.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Falcon.SugarApi/TimedBackgroundTask/CronResult.cs b/Falcon.SugarApi/TimedBackgroundTask/CronResult.cs index ff7e4fb..ba71209 100644 --- a/Falcon.SugarApi/TimedBackgroundTask/CronResult.cs +++ b/Falcon.SugarApi/TimedBackgroundTask/CronResult.cs @@ -13,8 +13,8 @@ namespace Falcon.SugarApi.TimedBackgroundTask public bool IsSecondAdjust { get; set; } = false; public bool IsAllAdjust - => (IsYearAdjust && IsMonthAdjust && IsYearAdjust - && IsDayAdjust && IsHourAdjust && IsMinuteAdjust && IsSecondAdjust) || IsNullVal; + => (IsYearAdjust && IsMonthAdjust && IsDayAdjust + && IsHourAdjust && IsMinuteAdjust && IsSecondAdjust) || IsNullVal; /// /// 没有匹配到值