|
@@ -37,6 +37,7 @@ function toUploadStudent(options) {
|
|
|
const datas = {
|
|
|
subjectId: options.subjectId,
|
|
|
examNumber: options.examNumber,
|
|
|
+ level: options.level,
|
|
|
absent: false,
|
|
|
manual: !!options.isManual
|
|
|
};
|
|
@@ -51,6 +52,7 @@ function toSaveCollectLog(options) {
|
|
|
clientUserId: options.clientUserId,
|
|
|
clientUserLoginTime: options.clientUserLoginTime,
|
|
|
time: formatDate(),
|
|
|
+ level: options.level,
|
|
|
name: options.studentName,
|
|
|
manual: options.isManual + ""
|
|
|
};
|