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
ab2d6c1e
Commit
ab2d6c1e
authored
Feb 01, 2023
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix20230201
parent
ecb4b8e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
apps/view_user/view.py
+1
-1
No files found.
apps/view_user/view.py
View file @
ab2d6c1e
...
@@ -278,7 +278,7 @@ def login_bypwd():
...
@@ -278,7 +278,7 @@ def login_bypwd():
if
not
district_name
:
if
not
district_name
:
return
jsonify
(
code
=
RET
.
NODATA
,
msg
=
"请设置用户所属单位!"
)
return
jsonify
(
code
=
RET
.
NODATA
,
msg
=
"请设置用户所属单位!"
)
if
'晋城市'
in
district_name
:
if
'晋城市'
in
district_name
:
return
"晋城市"
district_name
=
"晋城市"
else
:
else
:
if
'沁水'
in
district_name
:
if
'沁水'
in
district_name
:
district_name
=
'沁水县'
district_name
=
'沁水县'
...
...
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