作者 赵彬吉

update

@@ -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);