diff --git a/admin/controllers/receiver/Report.php b/admin/controllers/receiver/Report.php index 8842c22d..c93f23f2 100644 --- a/admin/controllers/receiver/Report.php +++ b/admin/controllers/receiver/Report.php @@ -198,7 +198,7 @@ class Report extends HD_Controller 'order_wrong_month' => $order_wrong_month, 'order_over' => $order_over, 'order_finish' => $order_finish, - 'score_month' => round($score_month['scores']/date('d')), + 'score_month' => round($score_month['score']), ); } }