Browse Source

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

王浩 7 tháng trước cách đây
mục cha
commit
b6f4a91420
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      jyBXCore/rpc/service/operator.go

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

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