Commit af335593 by dong

fix20230306

parent 8a539f7e
......@@ -45,6 +45,7 @@ from apps.inves_manage.siku_view import get_num, upload_daily_picture
def get_data1(data_time, district_li, max_year):
try:
data_li1 = []
now_time4 = ''
for district in district_li:
if not data_time:
# 获取晋城年度目标表中的最新数据看看是哪一年的
......@@ -603,6 +604,7 @@ def get_data2(data_time, district_li, max_year):
def get_data3(data_time, district_li, max_year):
data_li3 = []
max_year = ''
now_time4 = ''
try:
for district in district_li:
if not data_time:
......@@ -722,6 +724,8 @@ def get_data4(data_time, district_li, max_year):
# 非固定资产投资项目到位资金完成率
def get_data5(data_time, district_li, max_year):
data_li5 = []
now_time4 = ''
try:
for district in district_li:
if not data_time:
......
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