Commit 36c57699 authored by 段英荣's avatar 段英荣

Merge branch 'topic_hera' into 'master'

Topic hera

See merge request alpha/physical!512
parents dcd18011 7616f8d2
......@@ -1339,7 +1339,19 @@ class TopicUtils(object):
}
}
})
elif k == "is_kol":
f.append({
"term": {
"user_is_kol": True
}
})
elif k == "is_edit":
f.append({
"term": {
"user_is_edit": True
}
})
# elif k == "pictorial_id":
# f.append({
# "nested": {
......
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