|
@@ -314,6 +314,8 @@ public class TCallRecordServiceImpl implements ITCallRecordService
|
|
|
|
|
|
//通话次数和通话时长
|
|
|
callRecordCount.setPersonCount(this.tCallRecordMapper.getPersonCountRecordIsRobot(0));
|
|
|
+ callRecordCount.setPersonCountOn(this.tCallRecordMapper.getPersonCountByType(1));//接通
|
|
|
+ callRecordCount.setPersonCountOff(this.tCallRecordMapper.getPersonCountByType(0));//未接通
|
|
|
callRecordCount.setPersonTotal(this.tCallRecordMapper.getPersonTotalRecordIsRobot(0, null));
|
|
|
|
|
|
callRecordCount.setRobotCount(this.tCallRecordMapper.getPersonCountRecordIsRobot(1));
|