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

.

parent 70cb568f
......@@ -115,9 +115,9 @@ def update_tag3_user_portrait(cl_id):
print('*'*100)
print('INPUT cl_ids:',cl_id)
print('OUTPUT data:')
print(data)
data = user_portrait_action_statistic(cl_id)
data = user_portrait_action_statistic(cl_id)
print(data)
for key, values in data.items():
cl_id_single = key
for item in values.keys():
......
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