no message
This commit is contained in:
parent
89ec4d0aa1
commit
1e2557fb04
@ -71,7 +71,7 @@ public static function updateOrderLikes(): array
|
||||
$cArticles = Articles::where('iStatus', 1)
|
||||
->whereNotNull('sLastLikedAt')
|
||||
->orderBy('sLastLikedAt', 'desc')
|
||||
->limit(10)
|
||||
->limit(5)
|
||||
->get();
|
||||
|
||||
// 2. 构造与原结构完全一致的返回数组
|
||||
|
||||
Loading…
Reference in New Issue
Block a user