Commit 5188d3df by Aeolus

update

parent 60389114
...@@ -417,7 +417,7 @@ def run_day_bill(): ...@@ -417,7 +417,7 @@ def run_day_bill():
if result: if result:
for info in result: for info in result:
tmp = { tmp = {
"total": int(info.real_total), "bill_date": info.bill_date "real_total": int(info.real_total), "bill_date": info.bill_date, "total": float(info.real_total)
} }
return_data.append(tmp) return_data.append(tmp)
......
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