|
...
|
...
|
@@ -215,7 +215,7 @@ class UserLoginLogic |
|
|
|
public function getProjectInfo($id){
|
|
|
|
$projectModel = new Project();
|
|
|
|
$info = $projectModel->with('payment')->with('deploy_build')
|
|
|
|
->with('deploy_optimize')->with('online_check')->where(['id'=>$id])->first();
|
|
|
|
->with('deploy_optimize')->with('online_check')->where(['id'=>$id])->first()->toArray();
|
|
|
|
if($info['extend_type'] != 0){
|
|
|
|
$info['type'] = $info['extend_type'];
|
|
|
|
}
|
...
|
...
|
|