Commit e97eeeaf authored by zhangyingbin's avatar zhangyingbin

优化

parent 0a075dd0
...@@ -95,6 +95,7 @@ public class VoiceRecordLogServiceImpl extends BaseService<VoiceRecordLogDto,Voi ...@@ -95,6 +95,7 @@ public class VoiceRecordLogServiceImpl extends BaseService<VoiceRecordLogDto,Voi
try { try {
ctiInfos = ctiService.getCallInfo(l.getConnectId()); ctiInfos = ctiService.getCallInfo(l.getConnectId());
}catch (Exception e) { }catch (Exception e) {
this.updateById(l);
continue; continue;
} }
if(ctiInfos == null || ctiInfos.size() == 0) { if(ctiInfos == null || ctiInfos.size() == 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment