Commit aac4728b authored by lixiaofang's avatar lixiaofang

日记新增日记贴搜索域

parent 1cac125a
......@@ -273,7 +273,7 @@ class Topic(models.Model):
def get_related_billboard(self):
try:
pictorial_ids = Topic.get_pictorial_id()
pictorial_ids = Topic.get_pictorial_id(self)
related_billboard_list = list()
......
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