mrz
This commit is contained in:
@@ -12,7 +12,6 @@ def select_age(min_age,max_age,db):
|
||||
db = db.filter(Student_Model.age >= min_age,Student_Model.delete_status == 0)
|
||||
if max_age is not None:
|
||||
db = db.filter(Student_Model.age <= max_age,Student_Model.delete_status == 0)
|
||||
print('abc',db.all())
|
||||
return db.all()
|
||||
except HTTPException:
|
||||
raise
|
||||
|
||||
Reference in New Issue
Block a user