From 9e11fbb03d99038ce3c9920f27cf5799d69be518 Mon Sep 17 00:00:00 2001 From: zcstatham <578322713@qq.com> Date: Tue, 13 Sep 2022 21:17:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=95=B0=E6=8D=AE=E8=B0=83?= =?UTF-8?q?=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 a4a708e..7b7ec08 100644 --- a/extend/service/CarInfoHandle.php +++ b/extend/service/CarInfoHandle.php @@ -463,6 +463,7 @@ class CarInfoHandle if ($car_frame_no == '') { continue; } + $car_info = null; if ($export_id) $car_info = CarInfoT::where('car_frame_no', $car_frame_no)->where('is_export_bhx', $export_id)->find(); if (!$car_info)