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
a9b61de8
Commit
a9b61de8
authored
Jun 17, 2020
by
黄静
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hj
parent
21cdf7e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
entprofile/service/potential.py
+3
-1
No files found.
entprofile/service/potential.py
View file @
a9b61de8
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
from
jinja2
import
Environment
,
FileSystemLoader
from
jinja2
import
Environment
,
FileSystemLoader
from
common.re_companyName
import
strQ2B
from
flask_cors
import
*
from
flask_cors
import
*
import
sys
,
os
,
flask
,
pymysql
import
sys
,
os
,
flask
,
pymysql
from
DBUtils.PooledDB
import
PooledDB
from
DBUtils.PooledDB
import
PooledDB
...
@@ -82,7 +83,8 @@ def app_website(server):
...
@@ -82,7 +83,8 @@ def app_website(server):
@server.route
(
'/app-website/<companyName>'
)
@server.route
(
'/app-website/<companyName>'
)
def
generate_html
(
companyName
):
def
generate_html
(
companyName
):
app_info
=
appInfo
(
companyName
)
app_info
=
appInfo
(
companyName
)
website_info
=
websiteInfo
(
companyName
)
website_companyName
=
strQ2B
(
companyName
)
website_info
=
websiteInfo
(
website_companyName
)
return
render_template
(
'potential_business.html'
,
**
locals
())
return
render_template
(
'potential_business.html'
,
**
locals
())
#
#
# if __name__ == "__main__":
# if __name__ == "__main__":
...
...
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