update
This commit is contained in:
parent
4a662436ef
commit
ebac7229a0
@ -92,8 +92,8 @@ async def email_info(msg, indent=0):
|
|||||||
if price and name:
|
if price and name:
|
||||||
mail_code_sql = """SELECT * FROM mail_code WHERE mailcode= ${mailcode}$ and del_flg = '0';"""
|
mail_code_sql = """SELECT * FROM mail_code WHERE mailcode= ${mailcode}$ and del_flg = '0';"""
|
||||||
mail_code = await sor.sqlExe(mail_code_sql, {'mailcode': name})
|
mail_code = await sor.sqlExe(mail_code_sql, {'mailcode': name})
|
||||||
if len(mail_code) < 1:
|
if len(mail_code) < 1:
|
||||||
raise Exception(f'{name}不是合法的编码,数据库中没有找到')
|
raise Exception(f'{name}不是合法的编码,数据库中没有找到')
|
||||||
# mail_code = await sor.R('mail_code',{'mailcode':name,'del_flg':'0'})
|
# mail_code = await sor.R('mail_code',{'mailcode':name,'del_flg':'0'})
|
||||||
date = await get_business_date(sor=None)
|
date = await get_business_date(sor=None)
|
||||||
recharge_log = {'customerid': mail_code[0]['customer_id'], 'recharge_amt': price,
|
recharge_log = {'customerid': mail_code[0]['customer_id'], 'recharge_amt': price,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user