1
This commit is contained in:
@@ -481,7 +481,7 @@ namespace FineUIPro.Web
|
||||
double averageTypeDiffDay = 0;
|
||||
if (typelst.Any())
|
||||
{
|
||||
averageTypeDiffDay = typelst.Average(p => p.DiffDay);
|
||||
averageTypeDiffDay = Math.Round(typelst.Average(p => p.DiffDay), 1);
|
||||
}
|
||||
listdata.Add(averageTypeDiffDay);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user