bugfix
This commit is contained in:
parent
e6002ec4a0
commit
5670126a8e
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user