浏览代码

封装的报表类方法

gogs 1 月之前
父节点
当前提交
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"
             )->get()->toArray();
         list($fee_amount, $fee_type_list) = $this->auxiliaryGroupListByRoot($auxiliary_list, $fee);
-        dd($item_key_list);
+//        dd($item_key_list);
         //找到项目和设备的费用然后进行比例计算
 
         $return = [];