From 42af45f92c8837f2289d99d795409087c2e121ff Mon Sep 17 00:00:00 2001 From: XingQue Date: Sat, 20 Jun 2026 05:07:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=20merchant=5Fops/services/wallet.py?= =?UTF-8?q?=20=E7=9A=84=20import=20=E9=87=8C=E5=8A=A0=E4=B8=8A=E4=BA=86=20?= =?UTF-8?q?WALLET=5FREVOKE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- merchant_ops/services/wallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/merchant_ops/services/wallet.py b/merchant_ops/services/wallet.py index 8835551..d8f139d 100644 --- a/merchant_ops/services/wallet.py +++ b/merchant_ops/services/wallet.py @@ -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