去掉重复的IsYearAdjust检查

This commit is contained in:
Falcon 2025-02-24 10:32:55 +08:00
parent 4f19f502eb
commit cdfedb4c6b

View File

@ -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;
/// <summary>
/// 没有匹配到值