hd/pipe/materialsManage/src/main/resources/mapping/TSteelProduceMapper.xml
@@ -88,9 +88,13 @@
        <if test="isModel!=null and isModel!='' ">
            and tsp.is_model=#{isModel}
        </if>
      <if test="isModel!=null and isModel!='' ">
      <if test="sizeId!=null and sizeId!='' ">
          and tsp.size_id=#{sizeId}
      </if>
      <if test="platUserName!=null and platUserName!='' ">
          and spu.real_name regexp #{platUserName}
      </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">