|
@@ -135,7 +135,7 @@ func (p *PayUser) ToMatch(info *map[string]interface{}) (*map[*UserInfo]*MatchUs
|
|
continue
|
|
continue
|
|
}
|
|
}
|
|
if (!p.BuyerclassUsers[""][k] && !p.BuyerclassUsers[buyerclass][k]) ||
|
|
if (!p.BuyerclassUsers[""][k] && !p.BuyerclassUsers[buyerclass][k]) ||
|
|
- (!p.AreaUsers[""][k] && !p.AreaUsers[area][k] && !p.CityUsers[city][k] && (p.DistrictUsers[city] == nil || !p.DistrictUsers[city][district])) {
|
|
|
|
|
|
+ (!p.AreaUsers[""][k] && !p.AreaUsers[area][k] && !p.CityUsers[city][k] && (p.DistrictUsers[city] == nil || !p.DistrictUsers[city][district][k])) {
|
|
continue
|
|
continue
|
|
}
|
|
}
|
|
//关联项目不需要匹配信息类型
|
|
//关联项目不需要匹配信息类型
|