From 5670126a8e982d1f3129f7ea8ff6182a5b49717b Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 14 Apr 2026 11:47:32 +0800 Subject: [PATCH] bugfix --- accounting/accounting_config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/accounting/accounting_config.py b/accounting/accounting_config.py index 9a6f7ec..cc6e5b7 100644 --- a/accounting/accounting_config.py +++ b/accounting/accounting_config.py @@ -212,7 +212,6 @@ where accountid=${accid}$ and acc_date = ${curdate}$ for update""" recs = await sor.sqlExe(sql, {'accid':accid, 'curdate':self.curdate}) if len(recs) == 0: - r = recs[0] ns = { 'id':getID(), 'accountid':accid,