|
...
|
...
|
@@ -305,6 +305,7 @@ class Demo extends Command |
|
|
|
public function getRecommendAndHotProducts($project_id,$route): ?array
|
|
|
|
{
|
|
|
|
$productIds = [];
|
|
|
|
dd($route);
|
|
|
|
$productKeyword = Keyword::where("project_id",$project_id)->where("route",$route)->first();
|
|
|
|
dd($productKeyword);
|
|
|
|
if (!empty($productKeyword)){
|
...
|
...
|
|