正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论