From a04d735ab3f2e9c52ebf52c35dfa1506d86d416d Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期四, 24 七月 2025 17:01:57 +0800
Subject: [PATCH] 修改流程卡打印获取第一个工序不正确问题,在制品汇总报表添加批次
---
north-glass-erp/src/main/java/com/example/erp/mapper/pp/ReportMapper.java | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/north-glass-erp/src/main/java/com/example/erp/mapper/pp/ReportMapper.java b/north-glass-erp/src/main/java/com/example/erp/mapper/pp/ReportMapper.java
index 83294b7..d600a7f 100644
--- a/north-glass-erp/src/main/java/com/example/erp/mapper/pp/ReportMapper.java
+++ b/north-glass-erp/src/main/java/com/example/erp/mapper/pp/ReportMapper.java
@@ -38,7 +38,7 @@
List<Map<String, String>> productionScheduleMp(String orderId);
- List<Map<String, String>> taskCompletionStatusMp(Date selectTime1, Date selectTime2);
+ List<Map<String, String>> taskCompletionStatusMp(Date selectTime1, Date selectTime2, String orderId);
List<Map<String, String>> orderPlanDecompositionMp(Date selectTime1, Date selectTime2, Report report);
@@ -118,6 +118,10 @@
List<String> selectProcess();
+ Map<String,Object> getWorkInProgressCombinationFootSum(String process, String laminating, String optionVal);
+
+ List<WorkInProgressCombinationDTO> exportWorkInProgressCombination(String process, String laminating, String inputVal);
+
// Map<String, Integer> getWorkInProgressTotal(
// @Param("selectTime1") Date selectTime1, @Param("selectTime2") Date selectTime2,
--
Gitblit v1.8.0