作者 lyh

未续费项目增加搜索

@@ -114,7 +114,7 @@ class RenewProjectController extends BaseController @@ -114,7 +114,7 @@ class RenewProjectController extends BaseController
114 * @time :2023/8/18 14:33 114 * @time :2023/8/18 14:33
115 */ 115 */
116 public function notHaveRenewItems(Project $project){ 116 public function notHaveRenewItems(Project $project){
117 - $this->map['extend_type'] = $project::TYPE_FIVE;//未续费网站 if(!empty($param['search']) && !empty($param['search_type'])){ 117 + $this->map['extend_type'] = $project::TYPE_FIVE;//未续费网站
118 if(!empty($this->map['title'])){ 118 if(!empty($this->map['title'])){
119 $this->map['title'] = ['like', '%'.$this->map['title'].'%']; 119 $this->map['title'] = ['like', '%'.$this->map['title'].'%'];
120 } 120 }