From 2f5a8f30f737408dbbcf0ab5d57a0510b340aa07 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Wed, 4 Dec 2024 13:59:35 +0800 Subject: [PATCH] report --- admin/controllers/receiver/Report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']), ); } }