From 7e6836f99b10cde552d2f403009bf66082535d94 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 02 四月 2026 11:58:33 +0800
Subject: [PATCH] fix: 生产统计看板能耗统计单位
---
src/main/java/com/ruoyi/home/service/HomeService.java | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/ruoyi/home/service/HomeService.java b/src/main/java/com/ruoyi/home/service/HomeService.java
index 0626812..f6f6a50 100644
--- a/src/main/java/com/ruoyi/home/service/HomeService.java
+++ b/src/main/java/com/ruoyi/home/service/HomeService.java
@@ -97,4 +97,34 @@
List<processDataProductionStatisticsDto> processDataProductionStatistics(Integer type, List<Long> processIds);
Map<String,Long> total();
+
+ SalesTotalDto salesAnalysis(SalesDeliveryDto salesDeliveryDto);
+
+ List<SalesTotalDetailDto> salesRanking(SalesDeliveryDto salesDeliveryDto);
+
+ SalesTotalDto salesAmount(SalesDeliveryDto salesDeliveryDto);
+
+ List<SalesTotalDetailDto> salesDataRanking(SalesDeliveryDto salesDeliveryDto);
+
+ SalesTotalDto customerTrends(SalesDeliveryDto salesDeliveryDto);
+
+ Map<String,List<MaterialProductionAnalysisDto>> materialProductionAnalysis(productionStatisticsDto dto);
+
+ List<String> getMaterials(Integer materialType);
+
+ List<ProductionCostAnalysisDto> productionCostAnalysis(productionStatisticsDto dto, Integer materialType);
+
+ ProductionStatisticsMiddleDto middle();
+
+ List<SolidWasteStatisticsDto> solidWaste(productionStatisticsDto dto);
+
+ List<HomeEnergyStatisticsDto> energy(productionStatisticsDto dto);
+
+ SolidWasteCoreIndicatorsDto coreIndicators(productionStatisticsDto dto);
+
+ List<SolidWasteStatisticsDto> trends(productionStatisticsDto dto);
+
+ List<MapDto> typeDistribution(productionStatisticsDto dto);
+
+ Map<String,Long> manage();
}
--
Gitblit v1.9.3