From bee296a1d9322d68981938366717e39dd26e20f3 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sat, 22 Oct 2022 09:18:56 +0800 Subject: [PATCH] fix(web/group/assignment): end time --- web/app/controllers/group_assignment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/controllers/group_assignment.php b/web/app/controllers/group_assignment.php index 1041092..9c336bc 100644 --- a/web/app/controllers/group_assignment.php +++ b/web/app/controllers/group_assignment.php @@ -165,7 +165,7 @@ $('#standings').long_table( var html = ''; html += '
' + - '成绩统计截止时间:format('Y-m-d H:m:s') ?>' + + '成绩统计截止时间:format('Y-m-d H:i:s') ?>' + '
'; return html;