From a57528f4dd86583a1c59c40f8532b7d0791505e7 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Thu, 27 Jul 2023 17:38:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/application/common/logic/PassFlow.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/application/common/logic/PassFlow.php b/source/application/common/logic/PassFlow.php index 4f40cde..c4cd4de 100644 --- a/source/application/common/logic/PassFlow.php +++ b/source/application/common/logic/PassFlow.php @@ -267,10 +267,12 @@ class PassFlow foreach ($returnData as $groupName => $item) { $listData = []; foreach ($item as $itemKey => $itemRow) { - $listData[] = [ + /*$listData[] = [ 'time' => $itemKey, 'count' => $itemRow - ]; + ];*/ + $listData['dkeys'][] = $itemKey; + $listData['dvalue'][] = $itemRow; } $data[] = [ 'groupName' => $groupName,