From 9568ccf64f446db34703b3a435c365bf73183c16 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Wed, 30 Aug 2023 16:17:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E9=97=AE=E8=AF=8A=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/DetectionService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/DetectionService.php b/app/Services/DetectionService.php index c6712ef..a6e69ee 100644 --- a/app/Services/DetectionService.php +++ b/app/Services/DetectionService.php @@ -771,7 +771,7 @@ class DetectionService extends BaseService $result['status'] = 1; $result['message'] = "成功"; - $result['data'] = (string)$order_detection['order_inquiry_id']; + $result['data'] = (string)$order_inquiry['order_inquiry_id']; return success($result); }