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()); }