Commit f97cbfdd authored by 任婷婷's avatar 任婷婷

.

parent c065dee7
......@@ -458,7 +458,7 @@ def get_user_portrait_log(cl_id):
sql = """select cl_id,event_cn, first_solutions, second_solutions, first_demands,
second_demands, first_positions, second_positions, projects
from kafka_tag3_log where cl_id = '{}' """.format(cl_id)
db, cursor = connect_mysql()
db, cursor = get_jerry_test()
cursor.execute(sql)
data = list(cursor.fetchall())
db.close()
......
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