Commit 6e3096b3 by 傅伟强-富德

Update oracle

1 parent bde9d0cb
Showing with 20 additions and 6 deletions
......@@ -52,14 +52,28 @@ GET policyproinfo/_search
],
"must_not": [
{
"terms": {
"pp_product_code": [
"CBAN_TN1",
"CBAN_UN1",
"CBAN_VN1"
],
"term": {
"pp_product_code": {
"value": "CBAN_TN1",
"boost": 1
}
}
},
{
"term": {
"pp_product_code": {
"value": "CBAN_UN1",
"boost": 1
}
}
},
{
"term": {
"pp_product_code": {
"value": "CBAN_VN1",
"boost": 1
}
}
},
{
"terms": {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!