From 243c0092051b9c1780226e4e364fc8b286c8c789 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 12 Aug 2025 17:31:50 +0800 Subject: [PATCH] bugfix --- rag/folderinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rag/folderinfo.py b/rag/folderinfo.py index b3771df..f6db2aa 100644 --- a/rag/folderinfo.py +++ b/rag/folderinfo.py @@ -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: