update
This commit is contained in:
@ -125,6 +125,7 @@ class NewsService extends BaseService
|
||||
->toArray();
|
||||
|
||||
// 猜你喜欢
|
||||
// 这里放的都是未收录的文章。
|
||||
$guess = AppNews::formatQuery(['created_at'])
|
||||
->where('platform', $id)
|
||||
->where('is_delete', 0)
|
||||
|
Reference in New Issue
Block a user