This commit is contained in:
maruizhi
2026-09-21 15:24:05 +08:00
parent 86e03ea7d8
commit 290710d94c
2 changed files with 4 additions and 14 deletions
-2
View File
@@ -53,5 +53,3 @@ def get_student_dao(stu_id:Optional[int]
r = q.offset((page - 1) * page_size).limit(page_size).all()
return r