and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
id, pid, type
delete from productimage
where id = #{id,jdbcType=INTEGER}
insert into productimage (pid, type)
values (#{pid,jdbcType=INTEGER}, #{type,jdbcType=VARCHAR})
insert into productimage
pid,
type,
#{pid,jdbcType=INTEGER},
#{type,jdbcType=VARCHAR},
update productimage
pid = #{pid,jdbcType=INTEGER},
type = #{type,jdbcType=VARCHAR},
where id = #{id,jdbcType=INTEGER}
update productimage
set pid = #{pid,jdbcType=INTEGER},
type = #{type,jdbcType=VARCHAR}
where id = #{id,jdbcType=INTEGER}