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