去掉重复的IsYearAdjust检查
This commit is contained in:
parent
4f19f502eb
commit
cdfedb4c6b
|
@ -13,8 +13,8 @@ namespace Falcon.SugarApi.TimedBackgroundTask
|
||||||
public bool IsSecondAdjust { get; set; } = false;
|
public bool IsSecondAdjust { get; set; } = false;
|
||||||
|
|
||||||
public bool IsAllAdjust
|
public bool IsAllAdjust
|
||||||
=> (IsYearAdjust && IsMonthAdjust && IsYearAdjust
|
=> (IsYearAdjust && IsMonthAdjust && IsDayAdjust
|
||||||
&& IsDayAdjust && IsHourAdjust && IsMinuteAdjust && IsSecondAdjust) || IsNullVal;
|
&& IsHourAdjust && IsMinuteAdjust && IsSecondAdjust) || IsNullVal;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 没有匹配到值
|
/// 没有匹配到值
|
||||||
|
|
Loading…
Reference in New Issue
Block a user