From baf8fd2240ea62a6d3ee49f878aa173e4b791378 Mon Sep 17 00:00:00 2001 From: jcadmin Date: Sun, 5 Jul 2026 21:46:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=A4=8D=E6=9D=82=E7=BB=84?= =?UTF-8?q?=E5=90=88=E6=96=B9=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/JclqService.php | 1 + app/Service/JczqService.php | 1 + 2 files changed, 2 insertions(+) diff --git a/app/Service/JclqService.php b/app/Service/JclqService.php index 3be33d2e..9ac0ef72 100755 --- a/app/Service/JclqService.php +++ b/app/Service/JclqService.php @@ -441,6 +441,7 @@ class JclqService implements IJingcai $inputData = []; foreach ($data as $id => $item) { if (count($item) == 1) { + continue; $itemValues = array_values($item); if (isset($itemValues[0]) && count($itemValues[0]) == 1) { continue; diff --git a/app/Service/JczqService.php b/app/Service/JczqService.php index 4d955871..10ead043 100755 --- a/app/Service/JczqService.php +++ b/app/Service/JczqService.php @@ -1011,6 +1011,7 @@ class JczqService implements IJingcai $inputData = []; foreach ($data as $id => $item) { if (count($item) == 1) { + continue; $itemValues = array_values($item); if (isset($itemValues[0]) && count($itemValues[0]) == 1) { continue;