Commit 6e3096b3 by 傅伟强-富德

Update oracle

1 parent bde9d0cb
Showing with 21 additions and 7 deletions
......@@ -52,13 +52,27 @@ GET policyproinfo/_search
],
"must_not": [
{
"terms": {
"pp_product_code": [
"CBAN_TN1",
"CBAN_UN1",
"CBAN_VN1"
],
"boost": 1
"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
}
}
},
{
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!