bugfix
This commit is contained in:
parent
109d863fa9
commit
243c009205
@ -37,7 +37,7 @@ where a.orgid = b.orgid
|
|||||||
and ${today}$ < a.expired_date
|
and ${today}$ < a.expired_date
|
||||||
"""
|
"""
|
||||||
recs = await sor.sqlExe(sql, {
|
recs = await sor.sqlExe(sql, {
|
||||||
'id': self.id,
|
'id': self.fiid,
|
||||||
'today': curDateTime()
|
'today': curDateTime()
|
||||||
})
|
})
|
||||||
if len(recs) > 0:
|
if len(recs) > 0:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user