合并分支 'lyh-server' 到 'master'
gx 查看合并请求 !2627
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -122,7 +122,7 @@ class AiBlogAuthorId extends Command | @@ -122,7 +122,7 @@ class AiBlogAuthorId extends Command | ||
| 122 | if($servers_id == ServerConfig::SELF_SITE_ID){ | 122 | if($servers_id == ServerConfig::SELF_SITE_ID){ |
| 123 | //自建站服务器:如果项目已经上线,不请求C端接口,数据直接入库 | 123 | //自建站服务器:如果项目已经上线,不请求C端接口,数据直接入库 |
| 124 | $domain_model = new DomainInfo(); | 124 | $domain_model = new DomainInfo(); |
| 125 | - $domain_info = $domain_model->read(['project_id'=>$this->user['project_id']],['domain']); | 125 | + $domain_info = $domain_model->read(['project_id'=>$project_id],['domain']); |
| 126 | if($domain_info){ | 126 | if($domain_info){ |
| 127 | //判断是否已有更新进行中 | 127 | //判断是否已有更新进行中 |
| 128 | $notify_model = new Notify(); | 128 | $notify_model = new Notify(); |
-
请 注册 或 登录 后发表评论