Commit 18ce7fbb authored by 段英荣's avatar 段英荣

modify

parent 2cb41a99
...@@ -97,7 +97,8 @@ class UserUtils(object): ...@@ -97,7 +97,8 @@ class UserUtils(object):
"must": [ "must": [
{"term": {"is_recommend": True}}, {"term": {"is_recommend": True}},
{"term": {"is_online": True}}, {"term": {"is_online": True}},
{"term": {"is_deleted": False}} {"term": {"is_deleted": False}},
{"term": {"is_shadow": False}}
], ],
"must_not":{ "must_not":{
"terms":{ "terms":{
......
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