Эх сурвалжийг харах

企业信用报告注册进线索

WH01243 3 сар өмнө
parent
commit
71f9925e06
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      clueSync/job.go

+ 1 - 0
clueSync/job.go

@@ -65,6 +65,7 @@ func FormatData(data map[string]interface{}, item string) (bool, bool, bool) {
 		}) > 0 {
 			return true, true, true
 		}
+		sourceCode = gconv.String(data["rsource"])
 		userId = mongodb.BsonIdToSId(data["userid"])
 		//新用户没有uid、source要等5分钟
 		cluename = gconv.String(data["company_name"])