Explorar el Código

通话记录查询

xuzhiheng hace 1 año
padre
commit
b5d299bfa0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      service/hlyj.go

+ 1 - 1
service/hlyj.go

@@ -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"])