正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -52,7 +52,7 @@ class PrivateController extends BaseController | @@ -52,7 +52,7 @@ class PrivateController extends BaseController | ||
| 52 | ->leftJoin('gl_project_online_check as c', 'gl_project.id', '=', 'c.project_id') | 52 | ->leftJoin('gl_project_online_check as c', 'gl_project.id', '=', 'c.project_id') |
| 53 | ->leftJoin('gl_domain_info as d', 'gl_project.id', '=', 'd.project_id') | 53 | ->leftJoin('gl_domain_info as d', 'gl_project.id', '=', 'd.project_id') |
| 54 | ->where('gl_project.type', Project::TYPE_TWO) | 54 | ->where('gl_project.type', Project::TYPE_TWO) |
| 55 | - ->where('gl_project,project_type',Project::TYPE_ZERO) | 55 | + ->where('gl_project.project_type',Project::TYPE_ZERO) |
| 56 | ->where('gl_project.extend_type', 0) // 是否续费是由extend_type字段控制 | 56 | ->where('gl_project.extend_type', 0) // 是否续费是由extend_type字段控制 |
| 57 | ->where('gl_project.delete_status', Project::IS_DEL_FALSE) | 57 | ->where('gl_project.delete_status', Project::IS_DEL_FALSE) |
| 58 | ->where(function ($subQuery) { | 58 | ->where(function ($subQuery) { |
-
请 注册 或 登录 后发表评论