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
9e5234a8
Commit
9e5234a8
authored
Feb 01, 2023
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix20230201
parent
748c9a7b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
apps/inves_manage/siku_view.py
+2
-0
No files found.
apps/inves_manage/siku_view.py
View file @
9e5234a8
...
...
@@ -49,6 +49,8 @@ def upload_xiansuo_project(row_content, time_strf, upload_time, upload_unity, up
investor_district2
=
row_content
[
4
]
# 投资方所在地,市
if
investor_district2
:
if
investor_district2
in
[
'北京市'
,
'上海市'
,
'天津市'
,
'重庆市'
]:
return
jsonify
(
code
=
RET
.
DATAERR
,
msg
=
'{} 项目,请按照表格要求填写直辖市和行政区'
.
format
(
project_name
))
investor_district
=
investor_district1
+
'/'
+
investor_district2
else
:
investor_district
=
investor_district1
...
...
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