正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -47,7 +47,7 @@ class Temp extends Command | @@ -47,7 +47,7 @@ class Temp extends Command | ||
| 47 | */ | 47 | */ |
| 48 | public function product_keyword_rewrite() | 48 | public function product_keyword_rewrite() |
| 49 | { | 49 | { |
| 50 | - $products = ProjectUpdateTdk::where('created_at', '>=', '2025-02-05 00:00:00')->pluck('project_id'); | 50 | + $products = ProjectUpdateTdk::where('created_at', '>=', '2025-02-05 00:00:00')->pluck('project_id')->toArray(); |
| 51 | $products_ids = array_unique($products); | 51 | $products_ids = array_unique($products); |
| 52 | 52 | ||
| 53 | $success_json = file_get_contents(storage_path('logs/lk/success.log')); | 53 | $success_json = file_get_contents(storage_path('logs/lk/success.log')); |
-
请 注册 或 登录 后发表评论