Browse Source

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

王浩 10 tháng trước cách đây
mục cha
commit
45f6fbadaa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      clueSync/job.go

+ 1 - 1
clueSync/job.go

@@ -208,7 +208,7 @@ func FormatData(data map[string]interface{}, item string) (bool, bool) {
 		phone = common.ObjToString(data["phone"])
 		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 = strings.ReplaceAll(cluename, " ", "")