<?xml version="1.0" encoding="UTF-8" ?>
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, first_char
select
distinct
from tb_brand
order by ${orderByClause}
select
from tb_brand
where id = #{id,jdbcType=BIGINT}
delete from tb_brand
where id = #{id,jdbcType=BIGINT}
delete from tb_brand
insert into tb_brand (id, name, first_char
)
values (#{id,jdbcType=BIGINT}, #{name,jdbcType=VARCHAR}, #{firstChar,jdbcType=VARCHAR}
)
insert into tb_brand
id,
name,
first_char,
#{id,jdbcType=BIGINT},
#{name,jdbcType=VARCHAR},
#{firstChar,jdbcType=VARCHAR},
select count(*) from tb_brand
update tb_brand
id = #{record.id,jdbcType=BIGINT},
name = #{record.name,jdbcType=VARCHAR},
first_char = #{record.firstChar,jdbcType=VARCHAR},
update tb_brand
set id = #{record.id,jdbcType=BIGINT},
name = #{record.name,jdbcType=VARCHAR},
first_char = #{record.firstChar,jdbcType=VARCHAR}
update tb_brand
name = #{name,jdbcType=VARCHAR},
first_char = #{firstChar,jdbcType=VARCHAR},
where id = #{id,jdbcType=BIGINT}
update tb_brand
set name = #{name,jdbcType=VARCHAR},
first_char = #{firstChar,jdbcType=VARCHAR}
where id = #{id,jdbcType=BIGINT}
TbBrandMapper
最新推荐文章于 2022-09-04 12:37:14 发布