This commit is contained in:
toom1996
2025-08-04 12:03:15 +08:00
parent cb567960b0
commit 66b7df8cb3
3 changed files with 146 additions and 0 deletions

View File

@ -125,6 +125,7 @@ class NewsService extends BaseService
->toArray();
// 猜你喜欢
// 这里放的都是未收录的文章。
$guess = AppNews::formatQuery(['created_at'])
->where('platform', $id)
->where('is_delete', 0)