From b572e82dcafea0fd893d908c7bb0e048483a1dd3 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期三, 01 四月 2026 13:38:54 +0800
Subject: [PATCH] fix: 生产计划下发时产品类型ID未保存

---
 src/main/java/com/ruoyi/home/service/HomeService.java |   16 ++++++++++++++++
 1 files changed, 16 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 a2e113d..a7038e5 100644
--- a/src/main/java/com/ruoyi/home/service/HomeService.java
+++ b/src/main/java/com/ruoyi/home/service/HomeService.java
@@ -91,4 +91,20 @@
     List<UnqualifiedProductRankDto> unqualifiedProductRanking();
 
     List<MapDto> unqualifiedProductProcessingAnalysis();
+
+    QualityStatisticsDto qualityInspectionStatistics(Integer type);
+
+    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);
 }

--
Gitblit v1.9.3