作者 李宇航

合并分支 'lyh-server' 到 'master'

gx



查看合并请求 !2627
... ... @@ -122,7 +122,7 @@ class AiBlogAuthorId extends Command
if($servers_id == ServerConfig::SELF_SITE_ID){
//自建站服务器:如果项目已经上线,不请求C端接口,数据直接入库
$domain_model = new DomainInfo();
$domain_info = $domain_model->read(['project_id'=>$this->user['project_id']],['domain']);
$domain_info = $domain_model->read(['project_id'=>$project_id],['domain']);
if($domain_info){
//判断是否已有更新进行中
$notify_model = new Notify();
... ...