From 25e4592719e488dd7438ed08b2cd86f9bd9fafa0 Mon Sep 17 00:00:00 2001
From: 晏有为 <13214124+yan-youwei@user.noreply.gitee.com>
Date: 星期四, 16 五月 2024 17:08:13 +0800
Subject: [PATCH] 不合格管理操作
---
inspect-server/src/main/java/com/yuanchu/mom/service/StandardProductListService.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/inspect-server/src/main/java/com/yuanchu/mom/service/StandardProductListService.java b/inspect-server/src/main/java/com/yuanchu/mom/service/StandardProductListService.java
index 7e03502..5539cd5 100644
--- a/inspect-server/src/main/java/com/yuanchu/mom/service/StandardProductListService.java
+++ b/inspect-server/src/main/java/com/yuanchu/mom/service/StandardProductListService.java
@@ -6,6 +6,7 @@
import com.yuanchu.mom.pojo.StandardProductList;
import java.util.List;
+import java.util.Map;
/**
* @author Administrator
@@ -20,6 +21,6 @@
List<StandardProductList> selectStandardProductList(InsSample insSample);
- List<StandardProductList> selectStandardProductListByMethodId(Integer id, String tree);
+ Map<String, Object> selectStandardProductListByMethodId(Integer id, String tree, Integer page);
}
--
Gitblit v1.9.3