From a974e06b567d93656dfb520e48a53f22f29b80b0 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期四, 13 三月 2025 08:51:21 +0800
Subject: [PATCH] 修改流程卡界面缓存

---
 north-glass-erp/src/main/java/com/example/erp/service/pp/ReportingWorkService.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/service/pp/ReportingWorkService.java b/north-glass-erp/src/main/java/com/example/erp/service/pp/ReportingWorkService.java
index 2673d3f..3e80ef7 100644
--- a/north-glass-erp/src/main/java/com/example/erp/service/pp/ReportingWorkService.java
+++ b/north-glass-erp/src/main/java/com/example/erp/service/pp/ReportingWorkService.java
@@ -272,6 +272,9 @@
                     if (!damageDetail.getResponsibleProcess().equals(reportingWork.getThisProcess()) && qualityInsStatus==2) {
                         damageDetail.setQualityInsStatus(1);
                     }
+                    if (isPatch == 1){
+                        damageDetail.setQualityInsStatus(2);
+                    }
                     damageDetailsMapper.insert(damageDetail);
                 });
             }

--
Gitblit v1.8.0