Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mancheng
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mancheng
Commits
1abb4a3c
Commit
1abb4a3c
authored
Feb 08, 2023
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix20230208
parent
39731508
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
apps/inves_manage/statistic_analysis_view.py
+4
-3
No files found.
apps/inves_manage/statistic_analysis_view.py
View file @
1abb4a3c
...
@@ -543,9 +543,10 @@ def export_jc_data():
...
@@ -543,9 +543,10 @@ def export_jc_data():
req_dic
=
request
.
get_json
()
req_dic
=
request
.
get_json
()
flag
=
req_dic
[
'flag'
]
# 1县(市、区)、开发区指标,2开发区(示范区)指标
flag
=
req_dic
[
'flag'
]
# 1县(市、区)、开发区指标,2开发区(示范区)指标
data_time
=
req_dic
[
'data_time'
]
data_time
=
req_dic
[
'data_time'
]
path
=
'./apps/statics/project_file/'
path
=
'./apps/static/project_file/'
pro_path
=
'http://39.100.39.50:8008/aaa_statics/project_file/'
# 项目路径
# pro_path = 'http://39.100.39.50:8008/aaa_statics/project_file/' # 项目路径
# pro_path = 'http://192.168.1.4:5000/statics/project_file/' # 项目路径
pro_path
=
'http://39.100.39.50:5050/static/project_file/'
# 项目路径
if
flag
==
1
:
if
flag
==
1
:
res
=
export_jc_data1
(
data_time
,
path
,
pro_path
)
res
=
export_jc_data1
(
data_time
,
path
,
pro_path
)
if
res
==
'error'
:
if
res
==
'error'
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment