细节调整
This commit is contained in:
parent
af98ca3e72
commit
70ebc1868d
|
|
@ -156,7 +156,7 @@ namespace LY.App.Service
|
|||
//判断时间是否在区在
|
||||
if (entity.allDay)
|
||||
{
|
||||
return new Tuple<bool, long>(false, entity.Id);
|
||||
return new Tuple<bool, long>(true, entity.Id);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue