|
@@ -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));
|