正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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){ |
-
请 注册 或 登录 后发表评论