正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -87,7 +87,7 @@ class ProjectController extends BaseController | @@ -87,7 +87,7 @@ class ProjectController extends BaseController | ||
| 87 | //按类型搜索 | 87 | //按类型搜索 |
| 88 | $query = $this->searchContent($query); | 88 | $query = $this->searchContent($query); |
| 89 | //搜索升级项目 | 89 | //搜索升级项目 |
| 90 | - $query = $this->searchUpgrade($query); | 90 | +// $query = $this->searchUpgrade($query); |
| 91 | return $query; | 91 | return $query; |
| 92 | } | 92 | } |
| 93 | 93 |
-
请 注册 或 登录 后发表评论