Commit 8a52589c authored by 赵威's avatar 赵威

update sql

parent b6062ac1
......@@ -87,11 +87,10 @@ def update_tag3_user_portrait(cl_id):
redis_client.set(cl_id_portrait_key, json.dumps(res))
redis_client.expire(cl_id_portrait_key, 60 * 60 * 24)
write_user_portrait(
cl_id, ",".join(first_solutions_score.keys()), ",".join(second_solutions_score.keys()),
",".join(first_demands_score.keys()), ",".join(second_demands_score.keys()),
",".join(first_positions_score.keys(), ",".join(second_positions_score.keys()),
",".join(projects_score.keys())))
write_user_portrait(cl_id, ",".join(first_solutions_score.keys()),
",".join(second_solutions_score.keys()), ",".join(first_demands_score.keys()),
",".join(second_demands_score.keys()), ",".join(first_positions_score.keys()),
",".join(second_positions_score.keys()), ",".join(projects_score.keys()))
return cl_id
......
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