正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -248,6 +248,8 @@ class RankDataLogic extends BaseLogic | @@ -248,6 +248,8 @@ class RankDataLogic extends BaseLogic | ||
| 248 | $list = collect($list30)->merge($list30_0)->merge($list100)->merge($list0)->filter(function ($item) { | 248 | $list = collect($list30)->merge($list30_0)->merge($list100)->merge($list0)->filter(function ($item) { |
| 249 | //搜索 | 249 | //搜索 |
| 250 | if ($this->request['search']) { | 250 | if ($this->request['search']) { |
| 251 | + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($item['keyword'], true) . PHP_EOL, FILE_APPEND); | ||
| 252 | + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($this->request['search'], true) . PHP_EOL, FILE_APPEND); | ||
| 251 | return strpos(strtolower($item['keyword']), strtolower($this->request['search'])) !== false; | 253 | return strpos(strtolower($item['keyword']), strtolower($this->request['search'])) !== false; |
| 252 | } | 254 | } |
| 253 | //前几名 | 255 | //前几名 |
-
请 注册 或 登录 后发表评论