Commit 29613813 authored by 高雅喆's avatar 高雅喆

Merge branch 'master' into gyz_factory

parents fc83ef80 36c57699
...@@ -1339,7 +1339,19 @@ class TopicUtils(object): ...@@ -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": # elif k == "pictorial_id":
# f.append({ # f.append({
# "nested": { # "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