作者 lyh

gx

@@ -60,7 +60,7 @@ class Notice extends Command @@ -60,7 +60,7 @@ class Notice extends Command
60 $domainModel = new DomainInfo(); 60 $domainModel = new DomainInfo();
61 $domainList = $domainModel->formatQuery(['project_id'=>['in',$project_arr]])->get()->toArray(); 61 $domainList = $domainModel->formatQuery(['project_id'=>['in',$project_arr]])->get()->toArray();
62 if(empty($domainList)){ 62 if(empty($domainList)){
63 - echo date('Y-m-d H:i:s') . '无域名:' . PHP_EOL; 63 + echo date('Y-m-d H:i:s') . '无域名:'.json_encode($domainList) . PHP_EOL;
64 return false; 64 return false;
65 } 65 }
66 foreach ($domainList as $v1){ 66 foreach ($domainList as $v1){