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,
post_name,
order_num,
status
delete from t_sys_position
where id = #{id,jdbcType=VARCHAR}
delete from t_sys_position
insert into t_sys_position (
id,
post_name,
order_num,
status
)
values (
#{id,jdbcType=VARCHAR},
#{postName,jdbcType=VARCHAR},
#{orderNum,jdbcType=INTEGER},
#{status,jdbcType=INTEGER}
)
insert into t_sys_position
id,
post_name,
order_num,
status,
#{id,jdbcType=VARCHAR},
#{postName,jdbcType=VARCHAR},
#{orderNum,jdbcType=INTEGER},
#{status,jdbcType=INTEGER},
update t_sys_position
id = #{record.id,jdbcType=VARCHAR},
post_name = #{record.postName,jdbcType=VARCHAR},
order_num = #{record.orderNum,jdbcType=INTEGER},
status = #{record.status,jdbcType=INTEGER},
update t_sys_position
set
id = #{record.id,jdbcType=VARCHAR},
post_name = #{record.postName,jdbcType=VARCHAR},
order_num = #{record.orderNum,jdbcType=INTEGER},
status = #{record.status,jdbcType=INTEGER}
update t_sys_position
post_name = #{postName,jdbcType=VARCHAR},
order_num = #{orderNum,jdbcType=INTEGER},
status = #{status,jdbcType=INTEGER},
where
id = #{id,jdbcType=VARCHAR}
update t_sys_position
set
post_name = #{postName,jdbcType=VARCHAR},
order_num = #{orderNum,jdbcType=INTEGER},
status = #{status,jdbcType=INTEGER}
where
id = #{id,jdbcType=VARCHAR}