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