Commit 60389114 by Aeolus

update

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