Commit 8523bef7 authored by 段英荣's avatar 段英荣

modify bug

parent 0af6a951
......@@ -68,7 +68,7 @@ def get_home_recommend_topic_ids(user_id,device_id,offset,size,query=None,query_
unread_topic_id_dict = dict()
have_read_topic_id_set = set()
ori_unread_topic_id_dict = list()
ori_unread_topic_id_dict = dict()
if redis_field_val_list[1] and offset>0:
if (user_id>0 and offset==last_offset_num) or user_id==-1:
......
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