Commit bb7522c0 authored by lixiaofang's avatar lixiaofang

修改数据来源

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