From 678cf4bac88d1d985d6ed492a4d50ce71d2678d3 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 30 Mar 2026 14:05:04 +0800 Subject: [PATCH] bugfix --- discount/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discount/init.py b/discount/init.py index 641d47a..aebb8b1 100644 --- a/discount/init.py +++ b/discount/init.py @@ -104,7 +104,7 @@ where resellerid = ${resellerid}$ "resellerid": resellerid, "biz_date": biz_date } - recs = await sqlExe(sql, ns) + recs = await sor.sqlExe(sql, ns) if not recs: return 1