From dff5827e4c7c2c704c01ec5144537b393aa92cce Mon Sep 17 00:00:00 2001 From: zhaocheng <578322713@qq.com> Date: Tue, 30 Aug 2022 17:10:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=A4=8D=E8=BD=A6=E6=9E=B6=E5=A4=84?= =?UTF-8?q?=E7=90=86=E5=90=8E=E4=BF=9D=E5=AD=98=E6=BA=90=E4=BF=A1=E6=81=AF?= 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 8587f18..b2775cd 100644 --- a/extend/service/CarInfoHandle.php +++ b/extend/service/CarInfoHandle.php @@ -374,6 +374,7 @@ class CarInfoHandle if (empty($source_a[$key])) break; } + CarInfoT::where('id', $source_a['id'])->update($source_a); CarInfoT::destroy($source['id']); unset($sources[$index]); }