v1.7版本更新
This commit is contained in:
@@ -41,7 +41,8 @@ class ParentService:
|
||||
"student_id": student["student_id"],
|
||||
"student_name": student["name"],
|
||||
"student_no": student["student_no"],
|
||||
"total_points": student["total_points"]
|
||||
"total_points": student["total_points"],
|
||||
"dormitory_number": student.get("dormitory_number")
|
||||
}
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user