From 5f75702e10bb3863c53b70c42ab4007fedbdbd6a Mon Sep 17 00:00:00 2001 From: zcstatham <578322713@qq.com> Date: Mon, 12 Sep 2022 20:49: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=E8=B0=83=E8=AF=952?= 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 9264513..a92eca9 100644 --- a/extend/service/CarInfoHandle.php +++ b/extend/service/CarInfoHandle.php @@ -428,6 +428,7 @@ class CarInfoHandle } catch (\Exception $e) { $faild_num++; Db::rollback(); + Log::record($e->getMessage(), 'error'); Log::record($e->getTraceAsString(), 'error'); exit(); }