Commit 83bb14de authored by xupeng's avatar xupeng

除1000

parent cb4bb128
......@@ -269,7 +269,7 @@ class WithdrawStatement(object):
query_data = self.query_add_time(query,start_time, end_time)
now_month = get_month_last_month(month_type,start_time,end_time)
count, once_res, moeny_data,reality_moeny = self.dispose_user(month_type, query_data, page, size, now_month)
return count, once_res, moeny_data,reality_moeny
return count, once_res, moeny_data/1000,reality_moeny/1000
def dispose_user(self, month_type, query, page, size, now_month):
if month_type == 1:
......
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