and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
id, name, count, money
delete from platform
where id = #{id,jdbcType=INTEGER}
delete from platform
SELECT LAST_INSERT_ID()
insert into platform (name, count, money
)
values (#{name,jdbcType=VARCHAR}, #{count,jdbcType=VARCHAR}, #{money,jdbcType=INTEGER}
)
SELECT LAST_INSERT_ID()
insert into platform
name,
count,
money,
#{name,jdbcType=VARCHAR},
#{count,jdbcType=VARCHAR},
#{money,jdbcType=INTEGER},
update platform
id = #{record.id,jdbcType=INTEGER},
name = #{record.name,jdbcType=VARCHAR},
count = #{record.count,jdbcType=VARCHAR},
money = #{record.money,jdbcType=INTEGER},
update platform
set id = #{record.id,jdbcType=INTEGER},
name = #{record.name,jdbcType=VARCHAR},
count = #{record.count,jdbcType=VARCHAR},
money = #{record.money,jdbcType=INTEGER}
update platform
name = #{name,jdbcType=VARCHAR},
count = #{count,jdbcType=VARCHAR},
money = #{money,jdbcType=INTEGER},
where id = #{id,jdbcType=INTEGER}
update platform
set name = #{name,jdbcType=VARCHAR},
count = #{count,jdbcType=VARCHAR},
money = #{money,jdbcType=INTEGER}
where id = #{id,jdbcType=INTEGER}