马睿智牛逼!

This commit is contained in:
test1
2026-09-22 16:52:57 +08:00
parent 5b10d0e868
commit 30ae0af56e
+1 -1
View File
@@ -178,7 +178,7 @@ def classify_salary(db):
c+=1
else:
d+=1
return {'5k以下': a, '5k-10k': b, '10k-15k': c, '15k': d}
return {'5k以下': a, '5k-10k': b, '10k-15k': c, '15k以上': d}
except:
raise HTTPException(status_code=500,detail='查询异常!')