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