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
3d8d6a83
Commit
3d8d6a83
authored
Feb 07, 2023
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix20230202
parent
8b5eaa94
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
1 deletions
+0
-1
apps/inves_manage/project_manager.py
+0
-1
apps/inves_manage/statistic_analysis_view.py
+0
-0
No files found.
apps/inves_manage/project_manager.py
View file @
3d8d6a83
...
@@ -294,7 +294,6 @@ def upload_project_data2():
...
@@ -294,7 +294,6 @@ def upload_project_data2():
if
not
row_content
:
if
not
row_content
:
return
jsonify
(
code
=
RET
.
NODATA
,
return
jsonify
(
code
=
RET
.
NODATA
,
msg
=
"表格内无有效数据!请尝试 <清空浏览器缓存> 后下载最新模板,根据模板提示信息编辑数据后再次上传。(注:第三行为首行有效数据不能为空、第一行和第二行无法读取。)"
)
msg
=
"表格内无有效数据!请尝试 <清空浏览器缓存> 后下载最新模板,根据模板提示信息编辑数据后再次上传。(注:第三行为首行有效数据不能为空、第一行和第二行无法读取。)"
)
# del (row_content[0])
project_name
=
row_content
[
1
]
# 项目名称
project_name
=
row_content
[
1
]
# 项目名称
# 判断该项目是否已经存在
# 判断该项目是否已经存在
project_obj
=
ProjectManagement
.
query
.
filter_by
(
project_name
=
project_name
,
is_delete
=
0
)
.
first
()
project_obj
=
ProjectManagement
.
query
.
filter_by
(
project_name
=
project_name
,
is_delete
=
0
)
.
first
()
...
...
apps/inves_manage/statistic_analysis_view.py
View file @
3d8d6a83
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