瀏覽代碼

通话记录查询

xuzhiheng 1 年之前
父節點
當前提交
ea93fc96be
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service/hlyj.go

+ 1 - 1
service/hlyj.go

@@ -100,7 +100,7 @@ func AutoFollow(this *biservice.CallReq) *biservice.ClueImportResp {
 		baseInfoId := common.Int64All((*data)["baseinfo_id"])
 		clueData := JyBiTidb.FindOne("dwd_f_crm_clue_info", map[string]interface{}{"uid": baseInfoId}, "", "")
 		if clueData != nil {
-			clueId := common.Int64All((*clueData)["baseinfo_id"])
+			clueId := common.Int64All((*clueData)["id"])
 			callData := CallTidb.FindOne("voice_record", map[string]interface{}{"CalledNo": this.Phone}, "", "")
 			if callData != nil {
 				callMap := map[string]interface{}{