|
@@ -188,7 +188,7 @@ class StatisticsService extends Service
|
|
|
'price_4_total' => $value['price_4_total'],
|
|
|
'profit' => $value['profit'],
|
|
|
'profit_rate' => bcmul($value['profit_rate'],100,2),
|
|
|
- 'customer_profit_rate' => $value['customer_profit_rate'],
|
|
|
+ 'customer_profit_rate' => bcmul($value['customer_profit_rate'],100,2),
|
|
|
];
|
|
|
}
|
|
|
|