This commit is contained in:
2025-08-04 10:14:51 +08:00
parent 202c997f14
commit ac02c65034
@@ -448,7 +448,6 @@ namespace FineUIPro.Web.ZHGL.Information
{ {
a += item.TotalWorkNum ?? 0; a += item.TotalWorkNum ?? 0;
} }
}
decimal b = a / list.Count(); decimal b = a / list.Count();
if (d > b * 5) if (d > b * 5)
{ {
@@ -457,6 +456,7 @@ namespace FineUIPro.Web.ZHGL.Information
} }
} }
} }
}
return err; return err;
} }
#endregion #endregion