This commit is contained in:
yumoqing 2026-04-14 11:47:32 +08:00
parent e6002ec4a0
commit 5670126a8e

View File

@ -212,7 +212,6 @@ where accountid=${accid}$
and acc_date = ${curdate}$ for update""" and acc_date = ${curdate}$ for update"""
recs = await sor.sqlExe(sql, {'accid':accid, 'curdate':self.curdate}) recs = await sor.sqlExe(sql, {'accid':accid, 'curdate':self.curdate})
if len(recs) == 0: if len(recs) == 0:
r = recs[0]
ns = { ns = {
'id':getID(), 'id':getID(),
'accountid':accid, 'accountid':accid,