From 2c723169ba1921f22f83283e9a334ffc6f2183f5 Mon Sep 17 00:00:00 2001
From: bingbo <bingbo1993@126.com>
Date: 星期日, 26 十一月 2023 14:12:01 +0800
Subject: [PATCH] 加减钢筋笼库存 带记录
---
hd/pipe/materialsManage/src/main/resources/mapping/TSteelProduceMapper.xml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/hd/pipe/materialsManage/src/main/resources/mapping/TSteelProduceMapper.xml b/hd/pipe/materialsManage/src/main/resources/mapping/TSteelProduceMapper.xml
index aeef5b4..f92700f 100644
--- a/hd/pipe/materialsManage/src/main/resources/mapping/TSteelProduceMapper.xml
+++ b/hd/pipe/materialsManage/src/main/resources/mapping/TSteelProduceMapper.xml
@@ -91,6 +91,10 @@
<if test="isModel!=null and isModel!='' ">
and tsp.size_id=#{sizeId}
</if>
+ <if test="realName!=null and realName!='' ">
+ and spu.real_name regexp #{realName}
+ </if>
+
order by tsp.produce_number desc
</select>
<select id="steelProduceInfo" parameterType="java.lang.String" resultType="com.thhy.materials.modules.biz.rebarprint.entity.dto.ProduceDto">
--
Gitblit v1.9.3