This commit is contained in:
xiaoyu
2024-12-04 13:59:35 +08:00
parent 26e986d26a
commit 2f5a8f30f7
+1 -1
View File
@@ -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']),
);
}
}