Commit 0c03c1a3 authored by 赵威's avatar 赵威

try write data

parent 566116ac
......@@ -99,10 +99,9 @@ def update_tag3_user_portrait_by_event(cl_id):
first_positions = ",".join(first_positions_dict.get(e, []))
second_positions = ",".join(second_positions_dict.get(e, []))
projects = ",".join(projects_dict.get(e, []))
print(e, first_solutions, second_solutions, first_demands, second_demands, first_positions, second_positions,
projects)
# write_user_portrait_by_event
write_user_portrait_by_event(cl_id, first_solutions, second_solutions, first_demands, second_demands, first_positions,
second_positions, projects, e)
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