2023-08-31 数据穿透人工时界面修改
This commit is contained in:
parent
24ed5b1c49
commit
414573a490
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue