fix 统一整理记录名称

This commit is contained in:
jxxghp
2024-12-27 07:58:58 +08:00
parent 22c485d177
commit 75bb52ccca
4 changed files with 12 additions and 12 deletions

View File

@@ -85,7 +85,7 @@ def manual_transfer(transer_item: ManualTransferItem,
# 查询历史记录
history: TransferHistory = TransferHistory.get(db, transer_item.logid)
if not history:
return schemas.Response(success=False, message=f"历史记录不存在ID{transer_item.logid}")
return schemas.Response(success=False, message=f"整理记录不存在ID{transer_item.logid}")
# 强制转移
force = True
if history.status and ("move" in history.mode):