在 merchant_ops/services/wallet.py 的 import 里加上了 WALLET_REVOKE。

This commit is contained in:
XingQue
2026-06-20 05:07:26 +08:00
parent d68a1da2c2
commit 42af45f92c

View File

@@ -5,7 +5,7 @@ from django.db import transaction
from django.db.models import F
from merchant_ops.constants import (
WALLET_ALLOCATE, WALLET_DISPATCH_CONFIRM, WALLET_REFUND_RELEASE,
WALLET_ALLOCATE, WALLET_DISPATCH_CONFIRM, WALLET_REFUND_RELEASE, WALLET_REVOKE,
)
from merchant_ops.models import MerchantStaffWallet, MerchantStaffWalletLedger
from users.models import UserShangjia