@@ -704,6 +704,7 @@ class StatisticService extends Service
"fee_id" => $v['fee_id'],
"entrust1_amount" => $v['entrust1_amount'],
"entrust2_amount" => $v['entrust2_amount'],
+ "type" => $v['type'],
];
$return[] = $detail;
}