Commit db13cff0 authored by Kai's avatar Kai

fix bug

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