正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -41,6 +41,7 @@ class PrivateController extends BaseController | @@ -41,6 +41,7 @@ class PrivateController extends BaseController | ||
| 41 | ->leftJoin('gl_project_online_check as c', 'gl_project.id', '=', 'c.project_id') | 41 | ->leftJoin('gl_project_online_check as c', 'gl_project.id', '=', 'c.project_id') |
| 42 | ->leftJoin('gl_domain_info as d', 'gl_project.id', '=', 'd.project_id') | 42 | ->leftJoin('gl_domain_info as d', 'gl_project.id', '=', 'd.project_id') |
| 43 | ->where('gl_project.type', Project::TYPE_TWO) | 43 | ->where('gl_project.type', Project::TYPE_TWO) |
| 44 | + ->where('gl_project.extend_type', 0) // 是否续费是由extend_type字段控制 | ||
| 44 | ->where(function ($subQuery) { | 45 | ->where(function ($subQuery) { |
| 45 | $subQuery->orwhere('c.qa_status', OnlineCheck::STATUS_ONLINE_TRUE)->orwhere('gl_project.is_upgrade', Project::IS_UPGRADE_TRUE); | 46 | $subQuery->orwhere('c.qa_status', OnlineCheck::STATUS_ONLINE_TRUE)->orwhere('gl_project.is_upgrade', Project::IS_UPGRADE_TRUE); |
| 46 | }) | 47 | }) |
-
请 注册 或 登录 后发表评论