Commit 443bb950 authored by xianyang's avatar xianyang

优化充值报表

parent 83bef174
......@@ -146,6 +146,7 @@ class RechargeStatement(object):
if o_id == str(y['id']):
x['user_id'] = y['userid']
x['nick_name'] = y['nick_name']
x['amount'] = y['money']
x['status'] = y['status']
x['paychannel'] = pay_dict.get(y['paychannel'], y['paychannel'])
x['sid'] = y['sid']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment