正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -275,7 +275,7 @@ class ProductController extends BaseController | @@ -275,7 +275,7 @@ class ProductController extends BaseController | ||
| 275 | 275 | ||
| 276 | ProjectServer::useProject($project_id); | 276 | ProjectServer::useProject($project_id); |
| 277 | 277 | ||
| 278 | - $product = Product::whereFullText('title', $keyword)->inRandomOrder()->select(['title', 'intro', 'thumb'])->first(); | 278 | + $product = Product::whereFullText('title', $keyword)->inRandomOrder()->select(['title', 'intro', 'thumb', 'id'])->first(); |
| 279 | 279 | ||
| 280 | if($product){ | 280 | if($product){ |
| 281 | ProjectServer::useProject($project_id); | 281 | ProjectServer::useProject($project_id); |
-
请 注册 或 登录 后发表评论