This commit is contained in:
yumoqing 2025-08-12 17:31:50 +08:00
parent 109d863fa9
commit 243c009205

View File

@ -37,7 +37,7 @@ where a.orgid = b.orgid
and ${today}$ < a.expired_date
"""
recs = await sor.sqlExe(sql, {
'id': self.id,
'id': self.fiid,
'today': curDateTime()
})
if len(recs) > 0: