|
@@ -476,7 +476,7 @@ public class DeviceDataServiceImpl extends ServiceImpl<DeviceDataMapper, DeviceD
|
|
|
|
|
|
@ApiOperation("设备统计-运营概况")
|
|
|
@PostMapping("countDevice")
|
|
|
- public R<DeviceDataDto.CountVO> countDevice(@RequestBody DeviceDataDto.CountDTO dto) {
|
|
|
+ R<DeviceDataDto.CountVO> countDevice(@RequestBody DeviceDataDto.CountDTO dto) {
|
|
|
DeviceDataDto.CountVO vo = new DeviceDataDto.CountVO();
|
|
|
Integer timeType = dto.getTimeType();
|
|
|
int day = 0;
|
|
@@ -506,5 +506,4 @@ public class DeviceDataServiceImpl extends ServiceImpl<DeviceDataMapper, DeviceD
|
|
|
vo.setOutOfServiceNum(outOfServiceNum.intValue());
|
|
|
return R.ok(vo);
|
|
|
}
|
|
|
-
|
|
|
}
|