Commit d17d2f48 authored by 段英荣's avatar 段英荣

modify

parent 2456719e
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import unicode_literals, absolute_import, print_function
from gm_rpcd.all import bind
import logging
import traceback
......@@ -36,6 +37,7 @@ def home_recommend(session_id="",user_id=-1,offset=0,size=10):
unread_topic_id_list = list()
have_read_topic_id_tuple = set()
logging.info("duan add,last_offset_num:%d" % last_offset_num)
if len(redis_val_dict)>0 and offset>0 and user_id>0 and offset==last_offset_num:
topic_id_list = redis_val_dict[b"unread_topic_id"] + topic_id_list
have_read_topic_id_tuple = set(redis_val_dict[b"have_read_topic_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