作者 lyh

gx过期项目登录问题

@@ -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);