|
...
|
...
|
@@ -52,15 +52,15 @@ class Count extends Command |
|
|
|
$domainInfo = new DomainInfo();
|
|
|
|
foreach ($list as $v){
|
|
|
|
$v = (array)$v;
|
|
|
|
if($v['type'] == Project::TYPE_ZERO){
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
if(!empty($v['domain'])){
|
|
|
|
$info = $domainInfo->read(['id'=>$v['domain']]);
|
|
|
|
if($info !== false){
|
|
|
|
$v['test_domain'] = $info['domain'];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if($v['type'] == Project::TYPE_ZERO){
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
$arr = [];
|
|
|
|
//统计时间
|
|
|
|
$arr['date'] = $yesterday;
|
...
|
...
|
|