Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
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
蒋勇
zhichan
Commits
076b8174
Commit
076b8174
authored
May 06, 2020
by
黄静
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hj
parent
d9d7af7c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
entprofile/service/__pycache__/company_30s.cpython-37.pyc
+0
-0
entprofile/service/company_30s.py
+5
-1
No files found.
entprofile/service/__pycache__/company_30s.cpython-37.pyc
View file @
076b8174
No preview for this file type
entprofile/service/company_30s.py
View file @
076b8174
...
@@ -19,7 +19,11 @@ def industry_select(companyName):
...
@@ -19,7 +19,11 @@ def industry_select(companyName):
cursor
.
execute
(
sql
)
cursor
.
execute
(
sql
)
standard_order_info
=
cursor
.
fetchall
()
standard_order_info
=
cursor
.
fetchall
()
for
row
in
standard_order_info
:
for
row
in
standard_order_info
:
company_industry
=
row
[
4
]
company_industry
=
row
[
5
]
if
company_industry
:
company_industry
=
company_industry
else
:
company_industry
=
''
return
company_industry
return
company_industry
# print(industry_select('云选家网络科技(广东)有限公司'))
# print(industry_select('云选家网络科技(广东)有限公司'))
# 根据公司名称获取产品标签两个。知识产权信息;3个(商标、著作权、专利);资产标签2个及分公司情况
# 根据公司名称获取产品标签两个。知识产权信息;3个(商标、著作权、专利);资产标签2个及分公司情况
...
...
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