zhitan-admin/src/main/java/com/zhitan/web/controller/homepage/HomePageController.java
@@ -16,7 +16,7 @@ /** * HomePageController * * @author hmj * @author ZhiTan * @date 2024-10-08 */ @RestController @@ -43,7 +43,7 @@ /** * @description: 能耗趋势 * @author: hmj * @author ZhiTan * @date: 2024/10/8 13:41 */ @GetMapping("/energyConsumptionTrend") @@ -61,7 +61,7 @@ /** * @description: 科室能耗排名 * @author: hmj * @author ZhiTan * @date: 2024/10/8 13:41 */ @GetMapping("/energyConsumptionRanking") @@ -78,7 +78,7 @@ /** * @description: 峰平谷占比 * @author: hmj * @author ZhiTan * @date: 2024/10/8 13:41 */ @GetMapping("/peakValley")