diff --git a/Service/AlarmService.cs b/Service/AlarmService.cs index 4d2ed51..25cf39d 100644 --- a/Service/AlarmService.cs +++ b/Service/AlarmService.cs @@ -156,7 +156,7 @@ namespace LY.App.Service //判断时间是否在区在 if (entity.allDay) { - return new Tuple(false, entity.Id); + return new Tuple(true, entity.Id); } else {