Commit 693717fb by dong

fix

parent 5fa142e1
...@@ -73,8 +73,8 @@ def get_jjzb(district, flag): ...@@ -73,8 +73,8 @@ def get_jjzb(district, flag):
"public_in": '%.2f亿元' % (datas.public_in / 10000) if datas.public_in else "-亿元", # 一般公共预算收入 "public_in": '%.2f亿元' % (datas.public_in / 10000) if datas.public_in else "-亿元", # 一般公共预算收入
"in_out": '%.2f亿元' % (datas.in_out / 10000) if datas.in_out else "-亿元", # 进出口总额 "in_out": '%.2f亿元' % (datas.in_out / 10000) if datas.in_out else "-亿元", # 进出口总额
"public": '%.2f亿元' % (datas.public / 10000) if datas.public else "-亿元", # 一般公共预算支出 "public": '%.2f亿元' % (datas.public / 10000) if datas.public else "-亿元", # 一般公共预算支出
"people_out": '%.2f元' % datas.people_out if datas.people_out else "-元", # 城镇居民人均可支配收入 "people_out": '%.f元' % datas.people_out if datas.people_out else "-元", # 城镇居民人均可支配收入
"country_people_out": '%.2f元' % datas.country_people_out if datas.country_people_out else "-元", # 农村居民人均可支配收入 "country_people_out": '%.f元' % datas.country_people_out if datas.country_people_out else "-元", # 农村居民人均可支配收入
"people_per": '%.2f' % datas.people_per if datas.people_per else "-", "people_per": '%.2f' % datas.people_per if datas.people_per else "-",
"question": datas.question, "question": datas.question,
# "year": str(datas.year) + '年', # "year": str(datas.year) + '年',
......
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