bugfix
This commit is contained in:
parent
eb26b179a3
commit
aaf09f50a0
@ -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)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user