refactor: monitoring order
This commit is contained in:
parent
b6885b4e89
commit
3082e950ce
|
|
@ -361,7 +361,7 @@ export const monitoringStudentProgressById = async (req, res) => {
|
||||||
"STUDENT_START",
|
"STUDENT_START",
|
||||||
"STUDENT_FINISH",
|
"STUDENT_FINISH",
|
||||||
],
|
],
|
||||||
order: [["STUDENT_FINISH", "DESC"]],
|
order: [["STUDENT_FINISH", "ASC"]],
|
||||||
distinct: true,
|
distinct: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user