diff --git a/app/Services/InquiryService.php b/app/Services/InquiryService.php index 4b0e946..bed9b88 100644 --- a/app/Services/InquiryService.php +++ b/app/Services/InquiryService.php @@ -344,6 +344,7 @@ class InquiryService extends BaseService Db::commit(); } catch (\Exception $e) { Db::rollBack(); + Log::getInstance()->error("错误:" . $e->getMessage()); return fail(HttpEnumCode::HTTP_ERROR, $e->getMessage()); }