tangjiang 9 月之前
父節點
當前提交
37f9e1424c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>