Conding #2

Merged
maruizhi merged 25 commits from conding into master 2026-09-21 09:24:40 +08:00
Showing only changes of commit 32910d30b4 - Show all commits
-1
View File
@@ -2,7 +2,6 @@ from fastapi import HTTPException,Depends
from util.database import get_db
from model.student_model import Student_Model
def select_age(min_age,max_age,session=Depends(get_db)):
try:
if min_age is None and max_age is None: