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

modify huabao bug

parent 91dafb59
...@@ -37,7 +37,7 @@ class PictorialTransfer(object): ...@@ -37,7 +37,7 @@ class PictorialTransfer(object):
res["tag_id"] = tag_id res["tag_id"] = tag_id
res["tag_name"] = instance.get_tag_by_name(tag_id) res["tag_name"] = instance.get_tag_by_name(tag_id)
res["topic_id_list"] =instance.get_topic_id() res["topic_id_list"] =instance.get_topic_id()
#res["effective"] = instance.get_effective(res["topic_id_list"]) res["effective"] = instance.get_effective(res["topic_id_list"])
return res return res
except: except:
......
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