From 80c1216475b7913bfa3dc0ef774ede618620cf8b Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期五, 25 四月 2025 14:50:25 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override

---
 north-glass-erp/src/main/java/com/example/erp/service/pp/ReportingWorkService.java |    8 ++++++++
 1 files changed, 8 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 244e135..14c1e58 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
@@ -685,6 +685,12 @@
         return map;
     }
 
+    public Map<String, Object>  qualityReviewSearchSv() {
+        Map<String, Object> map = new HashMap<>();
+        map.put("data", reportingWorkMapper.qualityReviewSearchMp());
+        return map;
+    }
+
     //淇敼璐ㄦ瀹℃牳鐘舵��
     public Boolean updateQualityStatusSv(String reportingWorkId, String username) {
         if (!reportingWorkId.isEmpty()) {
@@ -1189,4 +1195,6 @@
          return result;
 
     }
+
+
 }

--
Gitblit v1.8.0