소스 검색

feat:xiugai

wangchuanjin 8 달 전
부모
커밋
ade9396852
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      matcher/matcher.go

+ 1 - 0
matcher/matcher.go

@@ -46,6 +46,7 @@ func EachFoMatch(matcher Matcher, poolSize int, datas *[]map[string]interface{})
 						Keys:      v.Keys,
 						Items:     v.Items,
 						MatchWays: v.MatchWays,
+						Extend:    map[string]interface{}{},
 					})
 					userMap[k] = l
 				}