|
|
@@ -90,7 +90,7 @@ public class InfraredReadingMeterController {
|
|
|
|
|
|
@GetMapping("/dailyAndTotalMap")
|
|
|
@ApiOperation(value = "电表分组查询")
|
|
|
- public List<Map<String, Object>> getDailyAndTotalElectricityAsMap() {
|
|
|
- return service.getDailyAndTotalElectricityAsMap();
|
|
|
+ public Result getDailyAndTotalElectricityAsMap() {
|
|
|
+ return Result.ok(service.getDailyAndTotalElectricityAsMap());
|
|
|
}
|
|
|
}
|