1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-03-22 15:47:04 +00:00

fix(list): table col name

This commit is contained in:
Baoshuo Ren 2023-01-28 09:11:36 +08:00
parent e5b6aff008
commit 2225ddb5d4
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

@ -77,15 +77,7 @@ $pag_config = [
'page_len' => 20,
'col_names' => [
'best_ac_submissions.submission_id as submission_id',
'problems.id as id',
'problems.is_hidden as is_hidden',
'problems.title as title',
'problems.submit_num as submit_num',
'problems.ac_num as ac_num',
'problems.zan as zan',
'problems.difficulty as difficulty',
'problems.extra_config as extra_config',
'problems.uploader as uploader',
'problems.*',
],
'table_name' => [
"problems",