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