@@ -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)]];