|
@@ -120,12 +120,13 @@ public class TCallRecordServiceImpl implements ITCallRecordService
|
|
|
{
|
|
|
tCallRecord.setUpdateTime(DateUtils.getNowDate());
|
|
|
//2024年11月18日10:23:18 由于前端不方便穿ID和name,这里由后台来操作
|
|
|
- try {
|
|
|
+ //2025年01月06日18:24:10 这里不要覆盖以前记录的数据
|
|
|
+ /*try {
|
|
|
tCallRecord.setUserId(SecurityUtils.getUserId());
|
|
|
tCallRecord.setUserName(SecurityUtils.getUsername());
|
|
|
} catch (Exception e) {
|
|
|
log.error("××××××跟新通话记录的时候,获取用户信息失败!");
|
|
|
- }
|
|
|
+ }*/
|
|
|
//额外再查询曹永创的botrecords表,通过session获取intent,更新【业务类型】字段
|
|
|
String sessionId = tCallRecord.getSessionId();
|
|
|
if(StringUtils.isBlank(sessionId))
|