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, indate, sl
delete from user_num
where id = #{id,jdbcType=INTEGER}
delete from user_num
SELECT LAST_INSERT_ID()
insert into user_num (indate, sl)
values (#{indate,jdbcType=VARCHAR}, #{sl,jdbcType=INTEGER})
SELECT LAST_INSERT_ID()
insert into user_num
indate,
sl,
#{indate,jdbcType=VARCHAR},
#{sl,jdbcType=INTEGER},
update user_num
id = #{record.id,jdbcType=INTEGER},
indate = #{record.indate,jdbcType=VARCHAR},
sl = #{record.sl,jdbcType=INTEGER},
update user_num
set id = #{record.id,jdbcType=INTEGER},
indate = #{record.indate,jdbcType=VARCHAR},
sl = #{record.sl,jdbcType=INTEGER}
update user_num
indate = #{indate,jdbcType=VARCHAR},
sl = #{sl,jdbcType=INTEGER},
where id = #{id,jdbcType=INTEGER}
update user_num
set indate = #{indate,jdbcType=VARCHAR},
sl = #{sl,jdbcType=INTEGER}
where id = #{id,jdbcType=INTEGER}