feat: add college archive fields
This commit is contained in:
@@ -126,6 +126,8 @@ export class StudentsController {
|
||||
supervisor: s.supervisor || '',
|
||||
targetCollege: profile?.targetCollege || '',
|
||||
targetMajor: profile?.targetMajor || '',
|
||||
collegeSchool: profile?.collegeSchool || '',
|
||||
collegeMajor: profile?.collegeMajor || '',
|
||||
subjectDirection: profile?.subjectDirection || '',
|
||||
grade: profile?.grade || '',
|
||||
profileDate: profile?.profileDate || '',
|
||||
|
||||
Reference in New Issue
Block a user