Commit db13cff0 authored by Kai's avatar Kai

fix bug

parent 645fc78d
...@@ -354,7 +354,7 @@ class TopicUtils(object): ...@@ -354,7 +354,7 @@ class TopicUtils(object):
q = dict() q = dict()
q["query"] = { q["query"] = {
"term": { "term": {
"id": user_id "user_id": user_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