Fancy
2025-01-16 6681556b7f379908213fbe400d43dd108c330cd2
product type
1个文件已修改
4 ■■■■ 已修改文件
pms-parent/pms-global/src/main/resources/mapper/PltProductMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pms-parent/pms-global/src/main/resources/mapper/PltProductMapper.xml
@@ -162,7 +162,7 @@
    where p.deleted!=1
    <trim prefix="and " suffixOverrides="and">
      <if test="type != null and type != ''">
        p.type = #{type,jdbcType=VARCHAR} and
        p.type like concat('%', #{type}, '%') and
      </if>
    </trim>
    order by id desc
@@ -179,7 +179,7 @@
    where p.deleted!=1
    <trim prefix="and " suffixOverrides="and">
      <if test="type != null and type != ''">
        p.type = #{type,jdbcType=VARCHAR} and
        p.type like concat('%', #{type}, '%') and
      </if>
    </trim>
  </select>