Browse Source

风险等级测试过滤报告

kobe6258 6 months ago
parent
commit
e25f5a3651
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/component/es/es.go

+ 1 - 1
common/component/es/es.go

@@ -331,7 +331,7 @@ func (req *ESQueryRequest) parseJsonQuery() (queryMap map[string]interface{}) {
 							},
 						},
 						{
-							"term": map[string]interface{}{
+							"terms": map[string]interface{}{
 								"_id": req.DocIds,
 							},
 						},