|
...
|
...
|
@@ -253,7 +253,7 @@ class InquiryInfoLogic extends BaseLogic |
|
|
|
}
|
|
|
|
//根据项目id获取域名
|
|
|
|
$projectBuildModel = new DeployBuild();
|
|
|
|
$lists = $projectBuildModel->whereIn('project_id', $data)->get()->toArray();
|
|
|
|
$lists = $projectBuildModel->select('test_domain ad domain')->whereIn('project_id', $data)->get()->toArray();
|
|
|
|
}
|
|
|
|
return $this->success($lists);
|
|
|
|
}
|
...
|
...
|
|