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
46e098ec
Commit
46e098ec
authored
Nov 30, 2022
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix20221130
parent
87798a6e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
apps/inves_manage/project_manager.py
+6
-6
apps/inves_manage/statistic_analysis_view.py
+0
-0
No files found.
apps/inves_manage/project_manager.py
View file @
46e098ec
...
@@ -390,8 +390,8 @@ def batch_export_project5():
...
@@ -390,8 +390,8 @@ def batch_export_project5():
req_dic
=
request
.
get_json
()
req_dic
=
request
.
get_json
()
select_id_list
=
req_dic
[
"select_id_list"
]
select_id_list
=
req_dic
[
"select_id_list"
]
path
=
'./apps/statics/project_file/'
path
=
'./apps/statics/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://192.168.1.4:5000/statics/project_file/' # 项目路径
if
not
select_id_list
:
if
not
select_id_list
:
return
jsonify
(
code
=
RET
.
PARAMERR
,
msg
=
"参数不能为空!"
)
return
jsonify
(
code
=
RET
.
PARAMERR
,
msg
=
"参数不能为空!"
)
target_data_list
=
[]
target_data_list
=
[]
...
@@ -1377,8 +1377,8 @@ def download_jc_data():
...
@@ -1377,8 +1377,8 @@ def download_jc_data():
req_dic
=
request
.
get_json
()
req_dic
=
request
.
get_json
()
year
=
req_dic
[
"year"
]
year
=
req_dic
[
"year"
]
path
=
'./apps/statics/project_file/'
path
=
'./apps/statics/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://192.168.1.4:5000/statics/project_file/' # 项目路径
if
not
year
:
if
not
year
:
return
jsonify
(
code
=
RET
.
PARAMERR
,
msg
=
"参数不能为空!"
)
return
jsonify
(
code
=
RET
.
PARAMERR
,
msg
=
"参数不能为空!"
)
target_data_list
=
[]
target_data_list
=
[]
...
@@ -1669,8 +1669,8 @@ def download_money_arrive():
...
@@ -1669,8 +1669,8 @@ def download_money_arrive():
req_dic
=
request
.
get_json
()
req_dic
=
request
.
get_json
()
data_time
=
req_dic
[
"data_time"
]
data_time
=
req_dic
[
"data_time"
]
path
=
'./apps/statics/project_file/'
path
=
'./apps/statics/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://192.168.1.4:5000/statics/project_file/' # 项目路径
if
not
data_time
:
if
not
data_time
:
return
jsonify
(
code
=
RET
.
PARAMERR
,
msg
=
"参数不能为空!"
)
return
jsonify
(
code
=
RET
.
PARAMERR
,
msg
=
"参数不能为空!"
)
target_data_list
=
[]
target_data_list
=
[]
...
...
apps/inves_manage/statistic_analysis_view.py
View file @
46e098ec
This diff is collapsed.
Click to expand it.
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