Merge branch 'master' of http://47.244.231.31:8099/zhl/globalso-v6 into master-lyh-edit
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -267,6 +267,7 @@ class DomainInfoLogic extends BaseLogic | @@ -267,6 +267,7 @@ class DomainInfoLogic extends BaseLogic | ||
| 267 | $this->fail('请切换服务器,生成站点不能使用测试服务器'); | 267 | $this->fail('请切换服务器,生成站点不能使用测试服务器'); |
| 268 | } | 268 | } |
| 269 | if($project_info['serve_id'] == ServerConfig::SELF_SITE_ID){ | 269 | if($project_info['serve_id'] == ServerConfig::SELF_SITE_ID){ |
| 270 | + $this->model->edit(['amp_status' => $this->param['amp_status'] ?? 0,],['id'=>$this->param['id']]); | ||
| 270 | $this->fail('自建站服务器无法生成站点'); | 271 | $this->fail('自建站服务器无法生成站点'); |
| 271 | } | 272 | } |
| 272 | //域名是否都已经解析 | 273 | //域名是否都已经解析 |
-
请 注册 或 登录 后发表评论