Commit 64166a30 authored by 段英荣's avatar 段英荣

modify

parent c83aed56
......@@ -56,7 +56,7 @@ class PickUtils(object):
q = dict()
q["query"] = {
"bool":{
"filter":filter_term_list,
"must_not":filter_term_list,
"must":[
{"term":{"pick_id_list":pick_id}},
{"term":{"is_online":True}}
......
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