马睿智牛逼!

This commit is contained in:
test1
2026-09-22 14:55:31 +08:00
parent 2a3d1be2e3
commit acb4036589
+1
View File
@@ -153,3 +153,4 @@ def classify_salary(db):
return {'5k以下': a, '5k-10k': b, '10k-15k': c, '15k': d}
except:
raise HTTPException(status_code=500,detail='查询异常!')