|
...
|
...
|
@@ -47,7 +47,7 @@ class Temp extends Command |
|
|
|
*/
|
|
|
|
public function product_keyword_rewrite()
|
|
|
|
{
|
|
|
|
$products = ProjectUpdateTdk::where('created_at', '>=', '2025-02-05 00:00:00')->pluck('project_id');
|
|
|
|
$products = ProjectUpdateTdk::where('created_at', '>=', '2025-02-05 00:00:00')->pluck('project_id')->toArray();
|
|
|
|
$products_ids = array_unique($products);
|
|
|
|
|
|
|
|
$success_json = file_get_contents(storage_path('logs/lk/success.log'));
|
...
|
...
|
|