Commit 3bb48dbb by 黄静

hj

parent 210dc9f7
...@@ -52,7 +52,7 @@ def GetImageInfoFromSql(companyName): ...@@ -52,7 +52,7 @@ def GetImageInfoFromSql(companyName):
# 查询数据库 # 查询数据库
conn = pool.connection() conn = pool.connection()
cursor = conn.cursor() cursor = conn.cursor()
status="画像生成中" status="生成中"
try: try:
# 执行SQL语句 # 执行SQL语句
cursor.execute('SELECT * from tj_lable_copy1_test_0316 where company_name=%s', companyName) cursor.execute('SELECT * from tj_lable_copy1_test_0316 where company_name=%s', companyName)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment