在 merchant_ops/services/wallet.py 的 import 里加上了 WALLET_REVOKE。
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user