TANG JIANG 1 tahun lalu
induk
melakukan
fde4eb5a8e

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

@@ -88,7 +88,7 @@
         {
             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;
         }