From 19effb2444eaf331f61fd0d43d3735f8d1baf768 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期三, 18 三月 2026 10:14:44 +0800
Subject: [PATCH] fix: BOM的子集取消第一层限制

---
 src/main/java/com/ruoyi/production/service/ProductMaterialService.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/ruoyi/production/service/ProductMaterialService.java b/src/main/java/com/ruoyi/production/service/ProductMaterialService.java
index 14098c6..75a32cc 100644
--- a/src/main/java/com/ruoyi/production/service/ProductMaterialService.java
+++ b/src/main/java/com/ruoyi/production/service/ProductMaterialService.java
@@ -21,7 +21,7 @@
 
     void syncProductMaterialJob();
 
-    List<ProductMaterialGroupDto> ProductMaterialList();
+    List<ProductMaterialGroupDto> ProductMaterialList(Integer type);
 
     void addProductMaterial(ProductMaterial productMaterial);
 

--
Gitblit v1.9.3