叶松
2023-11-30 bbe5e8baf16c153e3f6324850fd3d7d08115ef80
hd/pipe/materialsManage/src/main/resources/mapping/TSteelProduceMapper.xml
@@ -88,11 +88,11 @@
        <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="realName!=null and realName!='' ">
          and spu.real_name regexp #{realName}
      <if test="platUserName!=null and platUserName!='' ">
          and spu.real_name regexp #{platUserName}
      </if>
        order by tsp.produce_number desc