From a209079fdc90d4bd5ff40ad6e6aa1acfa6836728 Mon Sep 17 00:00:00 2001 From: cmz Date: Thu, 10 Jul 2025 18:08:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/Metrics/Chart/FullPaymentRateColumnCharts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Admin/Metrics/Chart/FullPaymentRateColumnCharts.php b/app/Admin/Metrics/Chart/FullPaymentRateColumnCharts.php index bfeb71b..a356a50 100644 --- a/app/Admin/Metrics/Chart/FullPaymentRateColumnCharts.php +++ b/app/Admin/Metrics/Chart/FullPaymentRateColumnCharts.php @@ -93,6 +93,7 @@ class FullPaymentRateColumnCharts extends Chart if(!empty($userList)){ $userList = array_column($userList, "unique_number"); + $completedOfflineStep = 0; //已缴费人数 $payNum = Order::query()->whereIn("unique_number", $userList)->where([ "status" => Order::STATUS_PAID,