bugfix
This commit is contained in:
parent
243c009205
commit
aba13ae60b
@ -38,7 +38,7 @@ where a.orgid = b.orgid
|
|||||||
"""
|
"""
|
||||||
recs = await sor.sqlExe(sql, {
|
recs = await sor.sqlExe(sql, {
|
||||||
'id': self.fiid,
|
'id': self.fiid,
|
||||||
'today': curDateTime()
|
'today': curDateString()
|
||||||
})
|
})
|
||||||
if len(recs) > 0:
|
if len(recs) > 0:
|
||||||
r = recs[0]
|
r = recs[0]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user