소스 검색

风险等级测试过滤报告

kobe6258 9 달 전
부모
커밋
e25f5a3651
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,
 							},
 						},