Ver Fonte

Merge branch 'dev_v1.5.36.6_wh' of jianyu/datatools into hotfix/v1.5.36.6

王浩 há 1 mês atrás
pai
commit
52f04218ca
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      clueSync/everything.go

+ 1 - 1
clueSync/everything.go

@@ -815,7 +815,7 @@ func processLead(v map[string]interface{}, sourceMap map[string]map[string]inter
 	if userData == nil || isUserInBlackList(userData) {
 		return nil, lastTime
 	}
-	key := fmt.Sprintf("%s_%s_%s", sourceMap[sources], phone, common.ObjToString(v["interest"]))
+	key := fmt.Sprintf("%s_%s_%s", sources, phone, common.ObjToString(v["interest"]))
 	if _, exists := data[key]; exists {
 		return nil, lastTime
 	}