Commit 001d5ef5 authored by 段英荣's avatar 段英荣

add batch_recommend_user

parent ec47411b
......@@ -275,6 +275,8 @@ class UserUtils(object):
ret_dict[attention_user_id_list[user_index]] = recommend_user_list
user_index += 1
logging.info("duan add,ret_dict:%s" % str(ret_dict))
return ret_dict
except:
logging.error("catch exception,err_msg:%s" % traceback.format_exc())
......
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