pms-parent/pms-global/src/main/resources/mapper/PltProductMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | 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>