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;