From aaf09f50a02ca4112ec278430ac72eef81996b77 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 30 Mar 2026 14:01:10 +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 b603d77..641d47a 100644 --- a/discount/init.py +++ b/discount/init.py @@ -124,7 +124,7 @@ where resellerid = ${resellerid}$ "customerid": customerid, "biz_date": biz_date } - recs = await sqlExe(sql, ns) + recs = await sor.sqlExe(sql, ns) if not recs: return await sor_get_star_discount(sor, resellerid, biz_date)