From a163a7d39dbb958439b5c27a70849cb7eb04532b Mon Sep 17 00:00:00 2001 From: zcstatham <578322713@qq.com> Date: Wed, 14 Jun 2023 23:26:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=AF=BC=E5=85=A5=E7=94=B5?= =?UTF-8?q?=E8=AF=9D=E5=A4=84=E7=90=86=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/service/CarInfoHandle.php | 1 + 1 file changed, 1 insertion(+) diff --git a/extend/service/CarInfoHandle.php b/extend/service/CarInfoHandle.php index 834a5af..112ed84 100644 --- a/extend/service/CarInfoHandle.php +++ b/extend/service/CarInfoHandle.php @@ -601,6 +601,7 @@ class CarInfoHandle $phones_empty_keys = []; // 新数据去重,并获得空电话位 foreach ($link_phone_keys as $phone_key => $man_key) { + $row_array[$phone_key] = $row_array[$phone_key] ?? ''; if (in_array($row_array[$phone_key], $phones)) $row_array[$phone_key] = ''; if (!empty($row_array[$phone_key]))