|
@@ -208,7 +208,7 @@ func FormatData(data map[string]interface{}, item string) (bool, bool) {
|
|
phone = common.ObjToString(data["phone"])
|
|
phone = common.ObjToString(data["phone"])
|
|
sourceId = common.Int64All(data["sourceId"])
|
|
sourceId = common.Int64All(data["sourceId"])
|
|
}
|
|
}
|
|
- if cluename == "" && item != "message" && item != "orders" && item != "readClue" && item != "rebind" {
|
|
|
|
|
|
+ if cluename == "" && item != "message" && item != "orders" && item != "readClue" && item != "rebind" && item != "allocation" {
|
|
cluename = phone //没有线索名,手机号代替
|
|
cluename = phone //没有线索名,手机号代替
|
|
}
|
|
}
|
|
cluename = strings.ReplaceAll(cluename, " ", "")
|
|
cluename = strings.ReplaceAll(cluename, " ", "")
|