|
|
|
@ -70,7 +70,7 @@ public class PlantController { |
|
|
|
return new Result<PhotovoltaicOverviewDTO>().ok(data); |
|
|
|
} |
|
|
|
|
|
|
|
@PostMapping ("reduction") |
|
|
|
@GetMapping ("reduction") |
|
|
|
@Operation(summary="管理端主平台-光伏节能减排信息") |
|
|
|
private Result<ReductionStatistics> reduction(){ |
|
|
|
return plantService.reduction(); |
|
|
|
|