|
...
|
...
|
@@ -108,7 +108,7 @@ class RenewProjectController extends BaseController |
|
|
|
*/
|
|
|
|
public function notHaveRenewItems(Project $project){
|
|
|
|
$this->map['extend_type'] = $project::TYPE_FIVE;//未续费网站 if(!empty($param['search']) && !empty($param['search_type'])){
|
|
|
|
$this->map['title'] = ['like', '%'.$this->map['title'].'title'];
|
|
|
|
$this->map['title'] = ['like', '%'.$this->map['title'].'%'];
|
|
|
|
$lists = $project->where($this->map)->with('payment')->with('deploy_build')
|
|
|
|
->with('deploy_optimize')->with('online_check')
|
|
|
|
->with('project_after')->paginate($this->row, ['*'], 'page', $this->page);
|
...
|
...
|
|