Browse Source

feat:xiugai

wangchuanjin 8 months ago
parent
commit
ade9396852
1 changed files with 1 additions and 0 deletions
  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
 				}