浏览代码

Merge branch 'dev_v1.1.63_wh' of BaseService/jyMicroservices into feature/v1.1.63

王浩 7 月之前
父节点
当前提交
a9b32d7e20
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jyBXCore/rpc/service/operator.go

+ 1 - 1
jyBXCore/rpc/service/operator.go

@@ -604,7 +604,7 @@ func SearchList(operator Operator) (int64, *[]map[string]interface{}, int64) {
 		}
 		//信息类型二级
 		if len(subtype) > 0 {
-			filterArr = append(filterArr, fmt.Sprintf(`{"match":{"subtype":["%s"]}}`, strings.Join(subtype, `","`)))
+			filterArr = append(filterArr, fmt.Sprintf(`{"terms":{"subtype":["%s"]}}`, strings.Join(subtype, `","`)))
 		}
 	}
 	//私有标签1