Parcourir la source

封装的报表类方法

gogs il y a 3 semaines
Parent
commit
ef261289c1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 = [];