正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -95,7 +95,7 @@ class OptimizationReportController extends BaseController | @@ -95,7 +95,7 @@ class OptimizationReportController extends BaseController | ||
| 95 | //测速 | 95 | //测速 |
| 96 | $speed = Speed::where('project_id', $this->param['project_id'])->first(); | 96 | $speed = Speed::where('project_id', $this->param['project_id'])->first(); |
| 97 | $data['speed'] = $speed['data'] ?? []; | 97 | $data['speed'] = $speed['data'] ?? []; |
| 98 | -// //询盘 | 98 | + //询盘 |
| 99 | $data['inquiry'] = $this->getApiList($projectInfo); | 99 | $data['inquiry'] = $this->getApiList($projectInfo); |
| 100 | DB::disconnect('custom_mysql'); | 100 | DB::disconnect('custom_mysql'); |
| 101 | $this->response('success',Code::SUCCESS,$data); | 101 | $this->response('success',Code::SUCCESS,$data); |
-
请 注册 或 登录 后发表评论