1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-03-29 14:07:02 +00:00

fix(web/group): limit of UOJGroup::getLatestGroupmatesAcceptedSubmissionIds()

This commit is contained in:
Baoshuo Ren 2022-11-12 09:32:53 +08:00
parent ab5d54e4ae
commit 6eca1a3c5e
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

@ -97,6 +97,7 @@ class UOJGroup {
],
"group by problem_id",
"order by id desc",
DB::limit($limit),
]));
}