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']); // 检测结果链接 } } }