作者 刘锟

合并分支 'akun' 到 'master'

update



查看合并请求 !2486
... ... @@ -52,7 +52,7 @@ class CheckProjectIndustry extends Command
$industry_names = implode(',', $industry_list);
$domainModel = new DomainInfo();
$list = $domainModel->select(['id', 'domain', 'project_id'])->where('status', 1)->where('project_id', '>', 0)->orderBy('project_id', 'asc')->get()->toArray();
$list = $domainModel->select(['id', 'domain', 'project_id'])->where('status', 1)->where('project_id', '>', 0)->get()->toArray();
foreach ($list as $value) {
$project_id = $value['project_id'];
... ...