This commit is contained in:
yumoqing 2026-03-30 14:05:04 +08:00
parent aaf09f50a0
commit 678cf4bac8

View File

@ -104,7 +104,7 @@ where resellerid = ${resellerid}$
"resellerid": resellerid, "resellerid": resellerid,
"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 1 return 1