From 58794316b08914dcf26eefd1690daffe68c85151 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期一, 04 八月 2025 14:27:12 +0800
Subject: [PATCH] 报工查询流程卡筛选可以加入层号
---
north-glass-erp/src/main/java/com/example/erp/mapper/sd/ProductMapper.java | 6 ++++++
1 files changed, 6 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 6880c20..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
@@ -17,4 +17,10 @@
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