forked from wangziqi/gongxue-base
fix: use real name and phone from frontend when importing students
This commit is contained in:
@@ -94,7 +94,7 @@ export class ClassesController {
|
||||
@Param('id') id: string,
|
||||
@Body() dto: BatchImportStudentsDto,
|
||||
) {
|
||||
return this.service.batchImportStudents(+id, dto.dingUserIds);
|
||||
return this.service.batchImportStudents(+id, dto.users);
|
||||
}
|
||||
|
||||
/** 归档班级 */
|
||||
|
||||
Reference in New Issue
Block a user