This commit is contained in:
2026-07-09 12:07:37 +08:00
12 changed files with 252 additions and 73 deletions
+3
View File
@@ -1383,6 +1383,7 @@ async def create_credit_ratio(
ensure_ascii=False,
),
)
await db.commit()
return ratio
@@ -1422,6 +1423,7 @@ async def update_credit_ratio(
ensure_ascii=False,
),
)
await db.commit()
return ratio
@@ -1455,6 +1457,7 @@ async def delete_credit_ratio(
ensure_ascii=False,
),
)
await db.commit()
return {"message": "ok"}