|
@@ -29,6 +29,7 @@ import com.fs.company.vo.CompanyVoiceRoboticCallLogCount;
|
|
|
import com.fs.company.vo.easycall.EasyCallCallPhoneVO;
|
|
import com.fs.company.vo.easycall.EasyCallCallPhoneVO;
|
|
|
import com.fs.core.config.TenantConfigContext;
|
|
import com.fs.core.config.TenantConfigContext;
|
|
|
import com.fs.crm.service.ICrmCustomerPropertyService;
|
|
import com.fs.crm.service.ICrmCustomerPropertyService;
|
|
|
|
|
+import com.fs.his.utils.PhoneUtil;
|
|
|
import com.fs.qw.domain.QwUser;
|
|
import com.fs.qw.domain.QwUser;
|
|
|
import com.fs.qw.mapper.QwUserMapper;
|
|
import com.fs.qw.mapper.QwUserMapper;
|
|
|
import com.fs.sensitive.DTO.AgentSensitiveWordDetectResultDTO;
|
|
import com.fs.sensitive.DTO.AgentSensitiveWordDetectResultDTO;
|
|
@@ -357,7 +358,7 @@ public class CompanyVoiceRoboticCallLogCallphoneServiceImpl extends ServiceImpl<
|
|
|
companyVoiceRoboticCallLog.setRecordPath(result.getWavfile());
|
|
companyVoiceRoboticCallLog.setRecordPath(result.getWavfile());
|
|
|
companyVoiceRoboticCallLog.setCallType(2);
|
|
companyVoiceRoboticCallLog.setCallType(2);
|
|
|
companyVoiceRoboticCallLog.setContentList(result.getDialogue());
|
|
companyVoiceRoboticCallLog.setContentList(result.getDialogue());
|
|
|
- companyVoiceRoboticCallLog.setCallerNum(result.getTelephone());
|
|
|
|
|
|
|
+ companyVoiceRoboticCallLog.setCallerNum(PhoneUtil.encryptPhone(result.getTelephone()));
|
|
|
companyVoiceRoboticCallLog.setCalleeNum(result.getCallerNumber());
|
|
companyVoiceRoboticCallLog.setCalleeNum(result.getCallerNumber());
|
|
|
companyVoiceRoboticCallLog.setUuid(result.getUuid());
|
|
companyVoiceRoboticCallLog.setUuid(result.getUuid());
|
|
|
Long createTime = result.getCalloutTime();
|
|
Long createTime = result.getCalloutTime();
|