细节调整

This commit is contained in:
yanghongwei 2025-06-26 01:03:05 +08:00
parent af98ca3e72
commit 70ebc1868d
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ namespace LY.App.Service
//判断时间是否在区在 //判断时间是否在区在
if (entity.allDay) if (entity.allDay)
{ {
return new Tuple<bool, long>(false, entity.Id); return new Tuple<bool, long>(true, entity.Id);
} }
else else
{ {