From 742de7d5ce5f3e0b9dd0b7f3578982bba87c3401 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Tue, 24 Oct 2023 09:54:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=BB=9F=E8=AE=A1=E7=BB=84=E5=87=BA?= =?UTF-8?q?=E7=8E=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/application/common/logic/PassFlow.php | 1 + 1 file changed, 1 insertion(+) diff --git a/source/application/common/logic/PassFlow.php b/source/application/common/logic/PassFlow.php index e3c50b4..b416cb5 100644 --- a/source/application/common/logic/PassFlow.php +++ b/source/application/common/logic/PassFlow.php @@ -371,6 +371,7 @@ class PassFlow $returnData = []; foreach ($data as $groupId => $val) { + if (!isset($groupThreshold[$groupId])) continue; $threshold = $groupThreshold[$groupId]; if (is_array($threshold)) { $interval = self::getIntervalType($val['holdValue'],$threshold['min'],$threshold['max']);