|
...
|
...
|
@@ -302,7 +302,7 @@ class Supervisory extends Command |
|
|
|
$white_project_ids = SitePackTask::where('status',SitePackTask::STATUS_FAL)->where('user_id',0)->whereBetween('created_at', [$last_day.' 00:00:00',$last_day.' 23:59:59'])->pluck('project_id')->toArray();
|
|
|
|
if($white_project_ids){
|
|
|
|
$white_domain_list = DomainInfo::whereIn('project_id',$white_project_ids)->pluck('domain')->toArray();
|
|
|
|
$message[] = '页面生成失败报名项目: ' . implode(' 、 ', $white_domain_list);
|
|
|
|
$message[] = '页面生成失败白帽项目: ' . implode(' 、 ', $white_domain_list);
|
|
|
|
}
|
|
|
|
|
|
|
|
$msg = implode(PHP_EOL, $message);
|
...
|
...
|
|