This commit is contained in:
yumoqing 2025-08-12 17:34:17 +08:00
parent 243c009205
commit aba13ae60b

View File

@ -38,7 +38,7 @@ where a.orgid = b.orgid
"""
recs = await sor.sqlExe(sql, {
'id': self.fiid,
'today': curDateTime()
'today': curDateString()
})
if len(recs) > 0:
r = recs[0]