Commit 9750966e authored by 段英荣's avatar 段英荣

modify bug

parent ea9daf9d
...@@ -155,7 +155,7 @@ class TypeInfo(object): ...@@ -155,7 +155,7 @@ class TypeInfo(object):
old_data = copy.deepcopy(data) old_data = copy.deepcopy(data)
old_data["is_online"] = False old_data["is_online"] = False
old_data["is_deleted"] = True old_data["is_deleted"] = True
old_data["content_level"] = ori_topic_star old_data["content_level"] = int_ori_topic_star
data_list.append(old_data) data_list.append(old_data)
redis_client.hset(self.physical_topic_star, data["id"], data["content_level"]) redis_client.hset(self.physical_topic_star, data["id"], data["content_level"])
......
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