@ -485,7 +485,7 @@ class StatisticsController extends CommonController
$item->rate = 0;
if ($bedsIdTemp->count()) {
// 配比
$item->rate = round($item->order_total / $days * $bedsIdTemp->count(), 4) * 100;
$item->rate = round($item->order_total / ($days * $bedsIdTemp->count()), 4) * 100;
}