From d6c8f5b4f76a50f36b51b985dc061631795d6303 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 10 四月 2026 13:03:25 +0800
Subject: [PATCH] fix: 生产订单返回原始工艺路线ID,更改绑定工艺路线清除旧数据

---
 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..e5dba40 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);
+
+    SalesTotalDto salesAmount(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();
+
+    List<PlanTrendsDto> planTrends(Integer type);
+
+    List<RawMaterialProductionDto> rawMaterialProductions(String month);
 }

--
Gitblit v1.9.3