|
...
|
...
|
@@ -49,7 +49,10 @@ class Demo extends Command |
|
|
|
*/
|
|
|
|
public function handle()
|
|
|
|
{
|
|
|
|
ProjectServer::useProject(110);
|
|
|
|
return $this->getRecommendAndHotProducts(1970);
|
|
|
|
DB::disconnect('custom_mysql');
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
public function getRecommendAndHotProducts($keyword_id): ?array
|
...
|
...
|
|