2023-08-31 数据穿透人工时界面修改

This commit is contained in:
李鹏飞 2023-08-31 10:52:18 +08:00
parent 24ed5b1c49
commit 414573a490
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ namespace FineUIPro.Web.DataShow
}
if (getAllPersonInOutList.Count() > 0)
{
cout1 = getAllPersonInOutList.Sum(x => x.WorkHours ?? 0);
cout1 = getAllPersonInOutList.Max(x => x.WorkHours ?? 0);
}
}
}