Commit fe28ecec authored by lixiaofang's avatar lixiaofang

add

parent 94bcbd51
......@@ -85,7 +85,7 @@ class Topic(models.Model):
platform_id = models.BigIntegerField(verbose_name='用平台ID', null=True)
def get_pictorial_id(self):
try
try:
logging.info("get user id :%s" % self.id)
pictorial_id = PictorialTopic.objects.filter(topic_id=self.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