From 3067d24d5f5d20b5c69e626169227a07e1bf1f49 Mon Sep 17 00:00:00 2001
From: guoyujie <guoyujie@ng.com>
Date: 星期三, 23 四月 2025 09:46:29 +0800
Subject: [PATCH] 提交 app质检审核查询部分代码
---
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