This commit is contained in:
yumoqing 2026-03-30 13:34:53 +08:00
parent 4216ffc20b
commit a302540a7a

View File

@ -112,7 +112,7 @@ class Accounting:
raise e
if l['amount'] is None:
debug(f'amount is None:{l["amt_pattern"]}, {self.variable=},{self.caller.bill=}')
debug(f'amount is None:{l["amt_pattern"]}, {self.variable=},{self.caller.billid=}')
raise AccountingAmountIsNone(self.caller.billid)
accounting_orgid = await self.caller.get_orgid_by_trans_role(sor, l, l.accounting_orgtype)
orgid = await self.caller.get_orgid_by_trans_role(sor, l, l.orgtype)