正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -108,7 +108,7 @@ class RenewProjectController extends BaseController | @@ -108,7 +108,7 @@ class RenewProjectController extends BaseController | ||
| 108 | */ | 108 | */ |
| 109 | public function notHaveRenewItems(Project $project){ | 109 | public function notHaveRenewItems(Project $project){ |
| 110 | $this->map['extend_type'] = $project::TYPE_FIVE;//未续费网站 if(!empty($param['search']) && !empty($param['search_type'])){ | 110 | $this->map['extend_type'] = $project::TYPE_FIVE;//未续费网站 if(!empty($param['search']) && !empty($param['search_type'])){ |
| 111 | - $this->map['title'] = ['like', '%'.$this->map['title'].'title']; | 111 | + $this->map['title'] = ['like', '%'.$this->map['title'].'%']; |
| 112 | $lists = $project->where($this->map)->with('payment')->with('deploy_build') | 112 | $lists = $project->where($this->map)->with('payment')->with('deploy_build') |
| 113 | ->with('deploy_optimize')->with('online_check') | 113 | ->with('deploy_optimize')->with('online_check') |
| 114 | ->with('project_after')->paginate($this->row, ['*'], 'page', $this->page); | 114 | ->with('project_after')->paginate($this->row, ['*'], 'page', $this->page); |
-
请 注册 或 登录 后发表评论