Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
search_tips
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rank
search_tips
Commits
ea4328ee
Commit
ea4328ee
authored
Apr 21, 2020
by
李小芳
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'update_hospital_info' into 'master'
add See merge request
!73
parents
c04e01a0
b0691fde
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
hospital_transfer.py
trans2es/utils/hospital_transfer.py
+0
-4
No files found.
trans2es/utils/hospital_transfer.py
View file @
ea4328ee
...
...
@@ -20,11 +20,8 @@ class HospitalTransfer(object):
try
:
ret_list
=
list
()
name
=
instance
.
name
.
strip
()
sub_query
=
re
.
sub
(
'
\
W+'
,
''
,
name
)
name
=
sub_query
cut_bool
=
False
cut_word
=
[
"下线"
,
"停用"
,
"已经下线"
,
"账号停用"
]
for
i
in
cut_word
:
if
name
.
find
(
i
)
>=
0
:
cut_bool
=
True
...
...
@@ -37,7 +34,6 @@ class HospitalTransfer(object):
item_dict
[
"ori_name"
]
=
name
item_dict
[
"is_online"
]
=
by_hospital_id_judge_office_online
(
is_online
=
instance
.
is_online
,
hospital_id
=
instance
.
id
,
name
=
name
)
item_dict
[
"order_weight"
]
=
QueryWordAttr
.
get_hospital_query_word_weight
(
name
)
item_dict
[
"results_num"
]
=
QueryWordAttr
.
get_query_results_num
(
name
)
item_dict
[
"type_flag"
]
=
get_tips_word_type
(
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