|
...
|
...
|
@@ -52,7 +52,7 @@ class PrivateController extends BaseController |
|
|
|
->leftJoin('gl_project_online_check as c', 'gl_project.id', '=', 'c.project_id')
|
|
|
|
->leftJoin('gl_domain_info as d', 'gl_project.id', '=', 'd.project_id')
|
|
|
|
->where('gl_project.type', Project::TYPE_TWO)
|
|
|
|
->where('gl_project,project_type',Project::TYPE_ZERO)
|
|
|
|
->where('gl_project.project_type',Project::TYPE_ZERO)
|
|
|
|
->where('gl_project.extend_type', 0) // 是否续费是由extend_type字段控制
|
|
|
|
->where('gl_project.delete_status', Project::IS_DEL_FALSE)
|
|
|
|
->where(function ($subQuery) {
|
...
|
...
|
|