|
|
@@ -373,6 +373,7 @@ class AccountService:
|
|
|
new_auth = AuthSchema(db=_session, check_data_scope=False)
|
|
|
# 保持 tenant_id
|
|
|
new_auth.tenant_id = getattr(auth, "tenant_id", None)
|
|
|
+ transfer_data["status"]="FAIL"
|
|
|
await TransferCRUD(new_auth).create(transfer_data)
|
|
|
|
|
|
raise CustomException(msg=f"转账失败: {hint}")
|