{es查询in的语句
    "_source": {es查询in的语句
        "include": [es查询in的语句
            "delivery_id", 
            "sender_mobile"
        ]
    }, 
    "query": {es查询in的语句
        "bool": {es查询in的语句
            "must": [es查询in的语句
                {es查询in的语句
                    "terms": {es查询in的语句
                        "sender_mobile": [es查询in的语句
                            "12122222222", 
                            "13111111111", 
                            "13522222222"
                        ]
                    }
                }
            ]
        }
    }
}

相关文章:

  • 2021-11-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-29
  • 2021-12-15
  • 2021-05-23
  • 2022-12-23
相关资源
相似解决方案