wangchuanjin 8 месяцев назад
Родитель
Сommit
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
 				}