定时任务

This commit is contained in:
lhx
2025-09-27 11:42:26 +08:00
parent 173935014e
commit 345ee50a7b
5 changed files with 54 additions and 7 deletions

View File

@@ -58,6 +58,7 @@ class AccountService:
setattr(db_account, field, value)
db.commit()
db.refresh(db_account)
return db_account
@staticmethod