|
@@ -82,11 +82,12 @@ func FormatData(data map[string]interface{}, item string) (bool, bool) {
|
|
}
|
|
}
|
|
if item == "xcxusers" {
|
|
if item == "xcxusers" {
|
|
sourceCode = common.ObjToString(data["s_sourceid"])
|
|
sourceCode = common.ObjToString(data["s_sourceid"])
|
|
|
|
+ if sourceCode == "" {
|
|
|
|
+ log.Println("留资没有source", phone)
|
|
|
|
+ return true, true
|
|
|
|
+ }
|
|
}
|
|
}
|
|
- if sourceCode == "" {
|
|
|
|
- log.Println("留资没有source", phone)
|
|
|
|
- return true, true
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
} else if item == "saleLeads" { //留资
|
|
} else if item == "saleLeads" { //留资
|
|
userId = common.ObjToString(data["userid"])
|
|
userId = common.ObjToString(data["userid"])
|