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
8b5eaa94
Commit
8b5eaa94
authored
Feb 06, 2023
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix20230202
parent
7e5c46cb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
apps/inves_manage/statistic_analysis_view.py
+0
-0
apps/view_choose/choose_view.py
+2
-1
No files found.
apps/inves_manage/statistic_analysis_view.py
View file @
8b5eaa94
This diff is collapsed.
Click to expand it.
apps/view_choose/choose_view.py
View file @
8b5eaa94
...
@@ -358,7 +358,8 @@ def search_all():
...
@@ -358,7 +358,8 @@ def search_all():
return
jsonify
(
code
=
RET
.
PARAMERR
,
msg
=
"选择选址偏好时,必须选择所属行业!"
)
return
jsonify
(
code
=
RET
.
PARAMERR
,
msg
=
"选择选址偏好时,必须选择所属行业!"
)
industry_id
=
''
industry_id
=
''
if
industry_name
:
if
industry_name
:
industry_id
=
IndustryChain
.
query
.
filter_by
(
industry_name
=
industry_name
)
.
first
()
# industry_id = IndustryChain.query.filter_by(industry_name=industry_name).first()
industry_id
=
IndustryChain
.
query
.
filter
(
IndustryChain
.
industry_name
.
like
(
"
%
{}
%
"
.
format
(
industry_name
)))
.
first
()
if
not
district_name
:
if
not
district_name
:
district_name
=
get_district_name
(
token
)
district_name
=
get_district_name
(
token
)
...
...
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