From 6505121d97e6368ce58402ad8972c22dd046cdba Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 15 Dec 2025 13:33:21 +0800 Subject: [PATCH] bugfix --- accounting/recharge.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/accounting/recharge.py b/accounting/recharge.py index bba91ea..2629976 100644 --- a/accounting/recharge.py +++ b/accounting/recharge.py @@ -42,8 +42,6 @@ class RechargeAccounting: } - async def get_account(self, leg): - if leg.orgtype == '平台': async def accounting(self, sor): self.sor = sor bz_date = await get_business_date(sor=sor)