|
|
|
|
@ -125,7 +125,7 @@ public class DataScreenService extends ServiceImpl<DataScreenMapper, Mail> {
|
|
|
|
|
Map<String, Object> mapSatisfied = baseMapper.getAllSatisfiedRate(null);//获取长沙市局 满意率
|
|
|
|
|
// Integer allSum = baseMapper.getAllMailCount(null);
|
|
|
|
|
Long allSum = mailMapper.selectCount(new LambdaQueryWrapper<Mail>().ne(Mail::getMailFirstCategory, "无效类").ne(Mail::getMailFirstCategory, "终止类") |
|
|
|
|
.ne(Mail::getMailFirstCategory, "感谢信")); |
|
|
|
|
.ne(Mail::getMailFirstCategory, "感谢信类")); |
|
|
|
|
|
|
|
|
|
Integer toDayCount = baseMapper.getTodayMailCount(null); |
|
|
|
|
mapCompleted.putAll(mapResolved); |
|
|
|
|
@ -140,7 +140,7 @@ public class DataScreenService extends ServiceImpl<DataScreenMapper, Mail> {
|
|
|
|
|
Map<String, Object> mapSatisfied = baseMapper.getAllSatisfiedRate(deptId);//获取长沙市局 满意率
|
|
|
|
|
// Integer allSum = baseMapper.getAllMailCount(deptId);
|
|
|
|
|
Long allSum = mailMapper.selectCount(new LambdaQueryWrapper<Mail>().ne(Mail::getMailFirstCategory, "无效类").ne(Mail::getMailFirstCategory, "终止类") |
|
|
|
|
.ne(Mail::getMailFirstCategory, "感谢信")); |
|
|
|
|
.ne(Mail::getMailFirstCategory, "感谢信类")); |
|
|
|
|
|
|
|
|
|
Integer toDayCount = baseMapper.getTodayMailCount(deptId); |
|
|
|
|
mapCompleted.putAll(mapResolved); |
|
|
|
|
|