@@ -407,7 +407,7 @@ class CheckService extends Service
}
foreach ($product_map as $key => $value){
- $rate[$key] = bcdiv($value / $total, 2);
+ $rate[$key] = bcdiv($value, $total, 2);
try {