zhitan-admin/src/main/java/com/zhitan/web/controller/homepage/HomePageController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
zhitan-admin/src/main/java/com/zhitan/web/controller/homepage/HomePageController.java
@@ -25,17 +25,13 @@ @Autowired public IHomePageService homepageService; /** * @description: 全厂能耗统计 * @param timeType * @return * @author: hmj * @date: 2024/10/8 13:41 * @description: 全厂能耗统计 */ @GetMapping("/energyConsumptionSummation") public AjaxResult energyConsumptionSummation(String timeType) { try { // String modelcode = "Composite_Indicators"; String modelcode = "COMPREHENSIVE_CODE"; return AjaxResult.success(homepageService.energyConsumptionSummation(timeType,modelcode)); } catch (Exception ex) {