This commit is contained in:
wangmeihua 2025-08-12 18:00:10 +08:00
parent a36c413274
commit 92a08615d7

View File

@ -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: