瀏覽代碼

封装的报表类方法

gogs 3 周之前
父節點
當前提交
ef261289c1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Service/StatisticService.php

+ 1 - 1
app/Service/StatisticService.php

@@ -605,7 +605,7 @@ class StatisticService extends StatisticCommonService
                 "type"
                 "type"
             )->get()->toArray();
             )->get()->toArray();
         list($fee_amount, $fee_type_list) = $this->auxiliaryGroupListByRoot($auxiliary_list, $fee);
         list($fee_amount, $fee_type_list) = $this->auxiliaryGroupListByRoot($auxiliary_list, $fee);
-        dd($item_key_list);
+//        dd($item_key_list);
         //找到项目和设备的费用然后进行比例计算
         //找到项目和设备的费用然后进行比例计算
 
 
         $return = [];
         $return = [];