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