From cf9a5039e6db9d1d5963e3fe1a37d00169ec2ef7 Mon Sep 17 00:00:00 2001
From: whyclxw <810412026@qq.com>
Date: 星期三, 25 六月 2025 11:18:22 +0800
Subject: [PATCH] 验收报告修改

---
 src/main/java/com/whyc/mapper/ProductBomMapper.java |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/whyc/mapper/ProductBomMapper.java b/src/main/java/com/whyc/mapper/ProductBomMapper.java
index ce357b0..f85fc12 100644
--- a/src/main/java/com/whyc/mapper/ProductBomMapper.java
+++ b/src/main/java/com/whyc/mapper/ProductBomMapper.java
@@ -13,7 +13,7 @@
     void updateUrl(List<ProductBomApproving> fileBomApprovingList);
 
     //鏌ヨ鎵�鏈変骇鍝佷腑娌℃湁涓庢寚瀹氭暎瑁呬欢鍏宠仈鐨勫瓙浠�
-    List<ProductBom> getAllSubWithOutMaterial(int MaterialId);
+    List<ProductBom> getAllSubWithOutMaterial(int materialId);
 
     /*//鏍规嵁姣嶆枡鍨嬪彿鏌ヨ瀛愪欢淇℃伅鍙婃湁鍏宠仈鐨勬暎瑁呬欢淇℃伅
     List<ProductBom> getSubByMaterialProduct(String parentModel);*/
@@ -22,4 +22,17 @@
 
     //鏍规嵁浜у搧id鏌ヨ瀛愪欢鍙婂叾鍏宠仈鐨勭墿鏂欎俊鎭�
     List<ProductBom> getBomAndMaterial(int productId,int version);
+
+    List<ProductBom> getListByCodeAndModelList2(List<ProductBom> bomList);
+
+    List<ProductBom> getEnabledBomListByParentCodeAndCustomCode(String parentCode, String customCode);
+
+
+    //6.鍦╬roductBom涓彃鍏HsitoryBom鏌ヨ鍑虹殑鏁版嵁
+    int insertBomSelectBomH(Integer id,Integer subVersionMax);
+
+    List<ProductBom> selectListWithMaterialField();
+
+    void updateMaterialField2BomBatch(List<ProductBom> bomList);
+
 }

--
Gitblit v1.9.1