修改点呼回调

master
wujingtao 3 years ago
parent 77c90d447c
commit 9ab104fa10

@ -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())) {

Loading…
Cancel
Save