From 9ab104fa10b27e5053909b6ec41cfb15539e928f Mon Sep 17 00:00:00 2001 From: wujingtao Date: Fri, 18 Feb 2022 18:44:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=82=B9=E5=91=BC=E5=9B=9E?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../telemarkting/service/impl/TelephoneCallServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage/ad-platform-management/src/main/java/com/baiye/modules/telemarkting/service/impl/TelephoneCallServiceImpl.java b/manage/ad-platform-management/src/main/java/com/baiye/modules/telemarkting/service/impl/TelephoneCallServiceImpl.java index 9dfae6f7..ec397d3b 100644 --- a/manage/ad-platform-management/src/main/java/com/baiye/modules/telemarkting/service/impl/TelephoneCallServiceImpl.java +++ b/manage/ad-platform-management/src/main/java/com/baiye/modules/telemarkting/service/impl/TelephoneCallServiceImpl.java @@ -239,7 +239,7 @@ public class TelephoneCallServiceImpl implements TelephoneCallService { String sessionId = rollCallBackDTO.getSessionid(); String otherLeg = rollCallBackDTO.getOtherLeg(); - AllCallInfo allCallInfo = allCallInfoRepository.findBySessionId(sessionId); + AllCallInfo allCallInfo = allCallInfoRepository.findBySessionId(otherLeg); if (ObjectUtil.isNotEmpty(allCallInfo)) { //相同说明是分机号的回调 if (sessionId.equals(otherLeg) && StrUtil.isNotBlank(rollCallBackDTO.getRecord_file_url())) {