This commit is contained in:
yumoqing 2026-04-10 21:59:52 +08:00
parent 9d0ef3ba83
commit ac4784bd74

View File

@ -264,5 +264,5 @@ where accountid=${accid}$
'acclogid':logid
}
await sor.C('acc_detail', ns.copy())
await sor.U('account', {id: accid, 'balance': new_balance})
await sor.U('account', {'id': accid, 'balance': new_balance})