From 4ae840afbe676096a509bbc4bebc6bb382704eec Mon Sep 17 00:00:00 2001 From: zcstatham <578322713@qq.com> Date: Tue, 30 Aug 2022 01:09:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E6=9E=B6=E5=8E=BB=E9=87=8D=E8=B0=83?= =?UTF-8?q?=E8=AF=952?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/service/CarInfoHandle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/service/CarInfoHandle.php b/extend/service/CarInfoHandle.php index 3ce7240..bdaee7b 100644 --- a/extend/service/CarInfoHandle.php +++ b/extend/service/CarInfoHandle.php @@ -348,7 +348,7 @@ class CarInfoHandle CarInfoT::destroy($source['id']); unset($sources[$index]); } - if (isset($source[$index])) { + if (isset($sources[$index])) { CarInfoT::destroy($source['id']); unset($sources[$index]); }