TANG JIANG 1 year ago
parent
commit
fde4eb5a8e

+ 1 - 1
src/Hotline.Share/Dtos/Order/DepartmentAcceptanceTypeStatisticsDto.cs

@@ -88,7 +88,7 @@
         {
         {
             if (count != 0 && Times != null && Times != 0)
             if (count != 0 && Times != null && Times != 0)
             {
             {
-                return Math.Round((Times.Value / (double)count) * 100, 2);
+                return Math.Round((Times.Value / (double)count), 2);
             }
             }
             return 0;
             return 0;
         }
         }