feat 转移历史记录文件清单

This commit is contained in:
jxxghp
2023-08-12 18:11:20 +08:00
parent bd163f9c4b
commit 61d44a6e7d
9 changed files with 48 additions and 9 deletions

View File

@ -15,7 +15,7 @@ class TransferHistoryOper(DbOper):
按标题查询转移记录
:param title: 数据key
"""
return TransferHistory.search_by_title(self._db, title)
return TransferHistory.list_by_title(self._db, title)
def get_by_src(self, src: str) -> Any:
"""