合并分支 'akun' 到 'master'
update 查看合并请求 !2486
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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']; |
-
请 注册 或 登录 后发表评论