|
@@ -97,7 +97,7 @@ func AutoFollow(this *biservice.CallReq) *biservice.ClueImportResp {
|
|
|
status := 1
|
|
|
data := JyBiTidb.FindOne("dwd_f_userbase_contacts", map[string]interface{}{"phone": this.Phone}, "", "")
|
|
|
if data != nil {
|
|
|
- baseInfoId := common.Int64All((*data)["baseinfo_id"])
|
|
|
+ baseInfoId := common.ObjToString((*data)["baseinfo_id"])
|
|
|
clueData := JyBiTidb.FindOne("dwd_f_crm_clue_info", map[string]interface{}{"uid": baseInfoId}, "", "")
|
|
|
if clueData != nil {
|
|
|
clueId := common.Int64All((*clueData)["id"])
|