正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -305,6 +305,7 @@ class Demo extends Command | @@ -305,6 +305,7 @@ class Demo extends Command | ||
| 305 | public function getRecommendAndHotProducts($project_id,$route): ?array | 305 | public function getRecommendAndHotProducts($project_id,$route): ?array |
| 306 | { | 306 | { |
| 307 | $productIds = []; | 307 | $productIds = []; |
| 308 | + dd($route); | ||
| 308 | $productKeyword = Keyword::where("project_id",$project_id)->where("route",$route)->first(); | 309 | $productKeyword = Keyword::where("project_id",$project_id)->where("route",$route)->first(); |
| 309 | dd($productKeyword); | 310 | dd($productKeyword); |
| 310 | if (!empty($productKeyword)){ | 311 | if (!empty($productKeyword)){ |
-
请 注册 或 登录 后发表评论