This commit is contained in:
yumoqing 2026-04-14 11:40:51 +08:00
parent 23f1e62024
commit e6002ec4a0

View File

@ -222,7 +222,7 @@ where accountid=${accid}$
await sor.C('acc_balance', ns.copy()) await sor.C('acc_balance', ns.copy())
else: else:
ns = recs[0] ns = recs[0]
ns['balance'] += new_balance ns['balance'] = new_balance
await sor.U('acc_balance', ns.copy()) await sor.U('acc_balance', ns.copy())
# summary = self.summary # summary = self.summary