This commit is contained in:
yumoqing 2026-03-30 14:01:10 +08:00
parent eb26b179a3
commit aaf09f50a0

View File

@ -124,7 +124,7 @@ where resellerid = ${resellerid}$
"customerid": customerid, "customerid": customerid,
"biz_date": biz_date "biz_date": biz_date
} }
recs = await sqlExe(sql, ns) recs = await sor.sqlExe(sql, ns)
if not recs: if not recs:
return await sor_get_star_discount(sor, resellerid, biz_date) return await sor_get_star_discount(sor, resellerid, biz_date)