合并分支 'master-server' 到 'master'
gx 查看合并请求 !1069
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -397,7 +397,7 @@ class PrivateController extends BaseController | @@ -397,7 +397,7 @@ class PrivateController extends BaseController | ||
| 397 | } | 397 | } |
| 398 | ProjectServer::useProject($info['project_id']); | 398 | ProjectServer::useProject($info['project_id']); |
| 399 | $productKeywordModel = new Keyword(); | 399 | $productKeywordModel = new Keyword(); |
| 400 | - $list = $productKeywordModel::orderByRaw('LENGTH(title) ASC')->limit(50)->pluck('title')->toArray(); | 400 | + $list = $productKeywordModel::orderByRaw('LENGTH(title) ASC')->limit(50)->pluck('title','route')->toArray(); |
| 401 | DB::disconnect('custom_mysql'); | 401 | DB::disconnect('custom_mysql'); |
| 402 | $this->response('success',Code::SUCCESS,$list); | 402 | $this->response('success',Code::SUCCESS,$list); |
| 403 | } | 403 | } |
-
请 注册 或 登录 后发表评论