合并分支 'akun' 到 'master'
Akun 查看合并请求 !2132
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -188,6 +188,7 @@ class Supervisory extends Command | @@ -188,6 +188,7 @@ class Supervisory extends Command | ||
| 188 | ->where('gl_project.type', Project::TYPE_TWO) | 188 | ->where('gl_project.type', Project::TYPE_TWO) |
| 189 | ->where('gl_project.extend_type', 0) // 是否续费是由extend_type字段控制 | 189 | ->where('gl_project.extend_type', 0) // 是否续费是由extend_type字段控制 |
| 190 | ->where('gl_project.delete_status', Project::IS_DEL_FALSE) | 190 | ->where('gl_project.delete_status', Project::IS_DEL_FALSE) |
| 191 | + ->where('gl_project.project_type', '!=', Project::PROJECT_TYPE_SEO)//排除白帽项目 | ||
| 191 | ->where(function ($subQuery) { | 192 | ->where(function ($subQuery) { |
| 192 | $subQuery->orwhere('c.qa_status', OnlineCheck::STATUS_ONLINE_TRUE)->orwhere('gl_project.is_upgrade', Project::IS_UPGRADE_TRUE); | 193 | $subQuery->orwhere('c.qa_status', OnlineCheck::STATUS_ONLINE_TRUE)->orwhere('gl_project.is_upgrade', Project::IS_UPGRADE_TRUE); |
| 193 | }) | 194 | }) |
-
请 注册 或 登录 后发表评论