From a940d99836f54fb58cec382d891b51589c94461e Mon Sep 17 00:00:00 2001 From: 15030600271 <1qaz!QAZ> Date: 星期五, 24 十一月 2023 20:59:44 +0800 Subject: [PATCH] 20231124_qiuyh_修改导出制作人 --- 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