作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into bate

... ... @@ -88,7 +88,7 @@ class OptimizationReportController extends BaseController
$speed = Speed::where('project_id', $this->param['project_id'])->first();
$data['speed'] = $speed['data'] ?? [];
// //询盘
// $data['inquiry'] = $this->getApiList($projectInfo);
$data['inquiry'] = $this->getApiList($projectInfo);
DB::disconnect('custom_mysql');
$this->response('success',Code::SUCCESS,$data);
}
... ...