v2.9update
This commit is contained in:
@@ -289,6 +289,7 @@ class ConductModel:
|
||||
cr.points_change,
|
||||
cr.reason,
|
||||
cr.recorder_name,
|
||||
MAX(cr.related_type) as related_type,
|
||||
DATE_FORMAT(MIN(cr.created_at), '%%Y-%%m-%%d %%H:%%i:%%s') as created_at,
|
||||
GROUP_CONCAT(s.name ORDER BY s.student_id SEPARATOR ', ') as student_names,
|
||||
COUNT(*) as student_count,
|
||||
|
||||
Reference in New Issue
Block a user