From fec9f42e00f2df68a2a20cbf132b17bdeed8e63a Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期一, 25 八月 2025 09:19:52 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
north-glass-erp/src/main/java/com/example/erp/service/pp/ReportService.java | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/north-glass-erp/src/main/java/com/example/erp/service/pp/ReportService.java b/north-glass-erp/src/main/java/com/example/erp/service/pp/ReportService.java
index 4c04559..a24abc4 100644
--- a/north-glass-erp/src/main/java/com/example/erp/service/pp/ReportService.java
+++ b/north-glass-erp/src/main/java/com/example/erp/service/pp/ReportService.java
@@ -23,6 +23,7 @@
import java.lang.reflect.Field;
import java.math.BigDecimal;
import java.sql.Date;
+import java.sql.SQLOutput;
import java.time.LocalDate;
import java.util.*;
import java.util.function.Function;
@@ -193,10 +194,14 @@
});
//鍒ゆ柇鍚庡伐搴忔娴佺▼鍗″彿鏄惁鏈夋鐮�
List<DamageDetails> hasBreak = damageDetailsMapper
- .getNotReview(dataList.get(i).get("process_id"),
+ .getNotReview(dataList.get(i).get("processId"),
String.valueOf(dataList.get(i).get("order_number")),
String.valueOf(dataList.get(i).get("technology_number"))
);
+
+
+
+
if(!hasBreak.isEmpty()){
int finalI = i;
@@ -208,6 +213,7 @@
thisProcess,
orderId
);
+
if(behindProcess!=null &&!behindProcess.isEmpty()){
Integer behindDamageSum = damageDetailsMapper.getBehindDamageSum(
dataList.get(finalI).get("processId"),
--
Gitblit v1.8.0