This commit is contained in:
jxxghp
2023-12-23 19:51:35 +08:00
parent dcf1985361
commit b3fe49684b
2 changed files with 6 additions and 3 deletions

View File

@ -61,7 +61,7 @@ def transfer_history(title: str = None,
count=count, status=status)
else:
result = TransferHistory.list_by_page(db, page=page, count=count, status=status)
total = TransferHistory.count(db)
total = TransferHistory.count(db, status=status)
return schemas.Response(success=True,
data={