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, sort, get_url, req_url
delete from category
where id = #{id,jdbcType=INTEGER}
delete from category
insert into category (id, name, sort,
get_url, req_url)
values (#{id,jdbcType=INTEGER}, #{name,jdbcType=VARCHAR}, #{sort,jdbcType=TINYINT},
#{getUrl,jdbcType=VARCHAR}, #{reqUrl,jdbcType=VARCHAR})
insert into category
id,
name,
sort,
get_url,
req_url,
#{id,jdbcType=INTEGER},
#{name,jdbcType=VARCHAR},
#{sort,jdbcType=TINYINT},
#{getUrl,jdbcType=VARCHAR},
#{reqUrl,jdbcType=VARCHAR},
update category
id = #{record.id,jdbcType=INTEGER},
name = #{record.name,jdbcType=VARCHAR},
sort = #{record.sort,jdbcType=TINYINT},
get_url = #{record.getUrl,jdbcType=VARCHAR},
req_url = #{record.reqUrl,jdbcType=VARCHAR},
update category
set id = #{record.id,jdbcType=INTEGER},
name = #{record.name,jdbcType=VARCHAR},
sort = #{record.sort,jdbcType=TINYINT},
get_url = #{record.getUrl,jdbcType=VARCHAR},
req_url = #{record.reqUrl,jdbcType=VARCHAR}
update category
name = #{name,jdbcType=VARCHAR},
sort = #{sort,jdbcType=TINYINT},
get_url = #{getUrl,jdbcType=VARCHAR},
req_url = #{reqUrl,jdbcType=VARCHAR},
where id = #{id,jdbcType=INTEGER}
update category
set name = #{name,jdbcType=VARCHAR},
sort = #{sort,jdbcType=TINYINT},
get_url = #{getUrl,jdbcType=VARCHAR},
req_url = #{reqUrl,jdbcType=VARCHAR}
where id = #{id,jdbcType=INTEGER}