2023-08-31 数据穿透人工时界面修改
This commit is contained in:
@@ -184,7 +184,7 @@ namespace FineUIPro.Web.DataShow
|
|||||||
}
|
}
|
||||||
if (getAllPersonInOutList.Count() > 0)
|
if (getAllPersonInOutList.Count() > 0)
|
||||||
{
|
{
|
||||||
cout1 = getAllPersonInOutList.Sum(x => x.WorkHours ?? 0);
|
cout1 = getAllPersonInOutList.Max(x => x.WorkHours ?? 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user