|
@@ -30,7 +30,10 @@ public class DeviceMonitorServiceImpl extends ServiceImpl<DeviceMonitorMapper, S
|
|
|
|
|
|
@Override
|
|
|
public Map<String, Object> countByServiceUnit() {
|
|
|
- return this.baseMapper.countByServiceUnit();
|
|
|
+ Map<String, Object> map = this.baseMapper.countByServiceUnit();
|
|
|
+ Map<String, Object> count = this.count(null, null);
|
|
|
+ map.putAll(count);
|
|
|
+ return map;
|
|
|
}
|
|
|
|
|
|
@Override
|