功能性及安全修复
This commit is contained in:
@@ -125,7 +125,8 @@ async def add_student(request: Request, req: AddStudentRequest):
|
||||
name=req.name,
|
||||
parent_phone=req.parent_phone,
|
||||
operator_id=user["user_id"],
|
||||
initial_points=60
|
||||
initial_points=60,
|
||||
dormitory_number=req.dormitory_number
|
||||
)
|
||||
if result["success"]:
|
||||
await LogService.write_operation_log(
|
||||
|
||||
Reference in New Issue
Block a user