Conding #2

Merged
maruizhi merged 25 commits from conding into master 2026-09-21 09:24:40 +08:00
Showing only changes of commit ca4a0f134c - Show all commits
+1 -2
View File
@@ -17,8 +17,7 @@ def select_age(min_age,max_age,session=Depends(get_db)):
except Exception:
raise HTTPException(status_code=500,detail="查询异常")
def select_gender(gender,session=Depends(get_db)):
if gender is None and session is None:
def abc():
return None