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
be668bd5
Commit
be668bd5
authored
Feb 01, 2023
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix20230201
parent
bd4ada72
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
apps/inves_manage/siku_view.py
+1
-1
apps/view_choose/choose_view.py
+1
-1
No files found.
apps/inves_manage/siku_view.py
View file @
be668bd5
...
@@ -460,7 +460,7 @@ def write_dynamic(user_name, project_id, item, time):
...
@@ -460,7 +460,7 @@ def write_dynamic(user_name, project_id, item, time):
db
.
session
.
commit
()
db
.
session
.
commit
()
#
线索
库搜索接口
#
四
库搜索接口
@api_manage.route
(
"/SearchProject"
,
methods
=
[
"POST"
])
@api_manage.route
(
"/SearchProject"
,
methods
=
[
"POST"
])
def
search_project
():
def
search_project
():
req_dic
=
request
.
get_json
()
req_dic
=
request
.
get_json
()
...
...
apps/view_choose/choose_view.py
View file @
be668bd5
...
@@ -240,7 +240,7 @@ def get_district_name(token):
...
@@ -240,7 +240,7 @@ def get_district_name(token):
if
'高平'
in
district_name1
:
if
'高平'
in
district_name1
:
return
'高平市'
return
'高平市'
if
'阳城'
in
district_name1
:
if
'阳城'
in
district_name1
:
return
'阳城
市
'
return
'阳城
县
'
if
'陵川'
in
district_name1
:
if
'陵川'
in
district_name1
:
return
'陵川县'
return
'陵川县'
if
'泽州'
in
district_name1
:
if
'泽州'
in
district_name1
:
...
...
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