From 716384b3c2e70842e093207cfd374d2a39fffbe6 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期一, 08 九月 2025 13:23:18 +0800
Subject: [PATCH] 更新

---
 north-glass-erp/src/main/java/com/example/erp/mapper/sd/ProductMapper.java |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/mapper/sd/ProductMapper.java b/north-glass-erp/src/main/java/com/example/erp/mapper/sd/ProductMapper.java
index b3d2ca5..b160fe0 100644
--- a/north-glass-erp/src/main/java/com/example/erp/mapper/sd/ProductMapper.java
+++ b/north-glass-erp/src/main/java/com/example/erp/mapper/sd/ProductMapper.java
@@ -15,4 +15,12 @@
                                  @Param("product") Product product);
 
     Integer getPageTotal(Integer offset, Integer pageSize, String glassTypeId, Product product);
+
+    boolean updateProductStateById(Integer id,Integer state);
+
+    List<Product> selectProduct(@Param("productName") String productName,@Param("productNameValue") String productNameValue);
+
+    List<Product> selectProductId(@Param("productName") String productName,@Param("productNameValue") String productNameValue,@Param("id") Long id);
+
+    Double getGlassThickness(Integer productId, Integer technologyNumber);
 }

--
Gitblit v1.8.0