cqp 2 недель назад
Родитель
Сommit
901a063dc5
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      app/Service/StatisticService.php

+ 0 - 4
app/Service/StatisticService.php

@@ -414,10 +414,6 @@ class StatisticService extends StatisticCommonService
             ];
             $return[] = $item_value;
         }
-        //修改
-        foreach ($fee_type_list as $key => $value){
-            if($value['is_after']) unset($fee_type_list[$key]);
-        }
 
         return [true, ["list" => $return, "fee_type_list" => array_values($fee_type_list)]];