瀏覽代碼

封装的报表类方法

gogs 2 月之前
父節點
當前提交
44979393c6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Service/BIService.php

+ 1 - 1
app/Service/BIService.php

@@ -340,7 +340,7 @@ class BIService extends Service
             }
             $total = bcadd($total, $total_min,2);
         }
-
+        $return = [];
         foreach ($map as $key => $value){
             $rate = bcmul(bcdiv($value, $total,4),100,2);
             $total_hours = bcdiv($value, 60, 2);