Commit 29de0b17 authored by 段英荣's avatar 段英荣

Merge branch 'dev' into 'master'

modify

See merge request !41
parents 41168007 18ce7fbb
...@@ -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