作者 刘锟

update

@@ -52,7 +52,7 @@ class CheckProjectIndustry extends Command @@ -52,7 +52,7 @@ class CheckProjectIndustry extends Command
52 $industry_names = implode(',', $industry_list); 52 $industry_names = implode(',', $industry_list);
53 53
54 $domainModel = new DomainInfo(); 54 $domainModel = new DomainInfo();
55 - $list = $domainModel->select(['id', 'domain', 'project_id'])->where('status', 1)->where('project_id', '>', 0)->orderBy('project_id', 'asc')->get()->toArray(); 55 + $list = $domainModel->select(['id', 'domain', 'project_id'])->where('status', 1)->where('project_id', '>', 0)->get()->toArray();
56 56
57 foreach ($list as $value) { 57 foreach ($list as $value) {
58 $project_id = $value['project_id']; 58 $project_id = $value['project_id'];