This commit is contained in:
yumoqing 2026-01-04 17:19:11 +08:00
parent 7ced11b4a2
commit 709664b363

View File

@ -175,8 +175,9 @@ class Accounting:
sor = self.sor
await sor.C('settle_log', ns)
async def leg_accounting(self, sor, accid, leg):
# print(f'leg_accounting(), {accid=}, {leg=}')
async def leg_accounting(self, sor, leg):
# print(f'leg_accounting(), {leg=}')
accid = leg['accid']
if leg['amount'] < 0.00001:
return
subjects = await sor.R('subject', {'id': leg['subjectid']})