Browse Source

Merge branch 'dev_v1.5.19_wh' of jianyu/datatools into feature/v1.5.19

王浩 9 months ago
parent
commit
86263ca73e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      clueSync/everything.go

+ 2 - 2
clueSync/everything.go

@@ -395,9 +395,9 @@ func bigCustomer() {
 					continue
 				}
 				key := fmt.Sprintf("%s_%s", source, phone)
-				/*if _, ok := data[key]; ok {
+				if _, ok := data[key]; ok {
 					continue
-				}*/
+				}
 				data[key] = true
 				company := common.ObjToString(v["company"])
 				job := common.ObjToString(v["position"])