Commit 578ce70a by Aeolus

update

parent fc09724b
...@@ -237,7 +237,7 @@ class ReportService(): ...@@ -237,7 +237,7 @@ class ReportService():
(page + 1) * limit).all() (page + 1) * limit).all()
data = [] data = []
for info in rent_info: for info in rent_info:
cur_total = round(info.real_total / 100, 2) cur_total = round(info.agent_total / 100, 2)
tmp = { tmp = {
'real_total': cur_total, 'real_total': cur_total,
'over_time': Helper.getFormatDate(info.created_at) 'over_time': Helper.getFormatDate(info.created_at)
......
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