From a003b1083a2be992dc8d9a4088cbb5e83fa851b6 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Wed, 23 Aug 2023 17:24:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=97=85=E4=BE=8B=E6=8E=A5=E5=8F=A3=EF=BC=8C?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=A3=80=E6=B5=8B=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/DetectionService.php | 1 - app/Services/InquiryService.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Services/DetectionService.php b/app/Services/DetectionService.php index d5aef0c..a5532a9 100644 --- a/app/Services/DetectionService.php +++ b/app/Services/DetectionService.php @@ -103,7 +103,6 @@ class DetectionService extends BaseService $city_id = $this->request->input("city_id"); $county_id = $this->request->input("county_id"); - // 获取合作公司数据 $params = array(); $params['company_id'] = $company_id; diff --git a/app/Services/InquiryService.php b/app/Services/InquiryService.php index 74bc462..6bfaaf8 100644 --- a/app/Services/InquiryService.php +++ b/app/Services/InquiryService.php @@ -494,7 +494,7 @@ class InquiryService extends BaseService if (!empty($detection_project)){ $order_inquiry_case['detection_project']['detection_project_name'] = $detection_project['detection_project_name']; // 检测项目名称 $order_inquiry_case['detection_project']['detection_time'] = $order_detection['detection_time']; // 检测时间 - $order_inquiry_case['detection_project']['detection_link'] = ""; // 检测结果链接 + $order_inquiry_case['detection_project']['detection_link'] = addAliyunOssWebsite($detection_project['detection_result_pdf']); // 检测结果链接 } } }