tangjiang hai 9 meses
pai
achega
37f9e1424c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Hotline.Share/Dtos/CallCenter/QueryCallsDetailDto.cs

+ 1 - 1
src/Hotline.Share/Dtos/CallCenter/QueryCallsDetailDto.cs

@@ -108,7 +108,7 @@
             if (Count <= 0 || Quantity <= 0)
                 return 0;
 
-            return Math.Round((Quantity / (double)Count) * 100, 3);
+            return Math.Round((Count / (double)Quantity) * 100, 3);
         }
 
         /// <summary>