|
@@ -755,7 +755,7 @@ func ClueImportSync(this *biservice.ClueImportReq) (string, int) {
|
|
|
baseData := JyBiTidb.FindOne("dwd_f_userbase_baseinfo", map[string]interface{}{"uid": uId}, "", "")
|
|
|
if baseData != nil {
|
|
|
userId = common.ObjToString((*baseData)["userid"])
|
|
|
- belong_to = common.ObjToString((*userData)["belong_to"])
|
|
|
+ belong_to = common.ObjToString((*baseData)["belong_to"])
|
|
|
}
|
|
|
if source == 5 {
|
|
|
if !isOks {
|