From 5369230bfa6b9a0015f3ddfefed65c054798e428 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Tue, 16 May 2023 09:13:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E7=BB=93=E6=9D=9F=E9=97=AE?= =?UTF-8?q?=E8=AF=8Alog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/InquiryService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/InquiryService.php b/app/Services/InquiryService.php index e62e6b8..4b0e946 100644 --- a/app/Services/InquiryService.php +++ b/app/Services/InquiryService.php @@ -930,6 +930,7 @@ class InquiryService extends BaseService Db::commit(); } catch (\Exception $e) { Db::rollBack(); + Log::getInstance()->error("错误:" . $e->getMessage()); return fail(HttpEnumCode::SERVER_ERROR, $e->getMessage()); }