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, isdeleted, remark, createtime, updatetime, code, name, diamondtype, type, discountrate,
idcard, gender, birthday, openid, nickname, language, city, province, country, avatarurl,
cellphone, token, password
delete from vip_master
where id = #{id,jdbcType=VARCHAR}
delete from vip_master
insert into vip_master (id, isdeleted, remark,
createtime, updatetime, code,
name, diamondtype, type,
discountrate, idcard, gender,
birthday, openid, nickname,
language, city, province,
country, avatarurl, cellphone,
token, password)
values (#{id,jdbcType=VARCHAR}, #{isdeleted,jdbcType=BIT}, #{remark,jdbcType=VARCHAR},
#{createtime,jdbcType=TIMESTAMP}, #{updatetime,jdbcType=TIMESTAMP}, #{code,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR}, #{diamondtype,jdbcType=INTEGER}, #{type,jdbcType=INTEGER},
#{discountrate,jdbcType=DECIMAL}, #{idcard,jdbcType=VARCHAR}, #{gender,jdbcType=BIT},
#{birthday,jdbcType=TIMESTAMP}, #{openid,jdbcType=VARCHAR}, #{nickname,jdbcType=VARCHAR},
#{language,jdbcType=VARCHAR}, #{city,jdbcType=VARCHAR}, #{province,jdbcType=VARCHAR},
#{country,jdbcType=VARCHAR}, #{avatarurl,jdbcType=VARCHAR}, #{cellphone,jdbcType=VARCHAR},
#{token,jdbcType=VARCHAR}, #{password,jdbcType=VARCHAR})
insert into vip_master
id,
isdeleted,
remark,
createtime,
updatetime,
code,
name,
diamondtype,
type,
discountrate,
idcard,
gender,
birthday,
openid,
nickname,
language,
city,
province,
country,
avatarurl,
cellphone,
token,
password,
#{id,jdbcType=VARCHAR},
#{isdeleted,jdbcType=BIT},
#{remark,jdbcType=VARCHAR},
#{createtime,jdbcType=TIMESTAMP},
#{updatetime,jdbcType=TIMESTAMP},
#{code,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR},
#{diamondtype,jdbcType=INTEGER},
#{type,jdbcType=INTEGER},
#{discountrate,jdbcType=DECIMAL},
#{idcard,jdbcType=VARCHAR},
#{gender,jdbcType=BIT},
#{birthday,jdbcType=TIMESTAMP},
#{openid,jdbcType=VARCHAR},
#{nickname,jdbcType=VARCHAR},
#{language,jdbcType=VARCHAR},
#{city,jdbcType=VARCHAR},
#{province,jdbcType=VARCHAR},
#{country,jdbcType=VARCHAR},
#{avatarurl,jdbcType=VARCHAR},
#{cellphone,jdbcType=VARCHAR},
#{token,jdbcType=VARCHAR},
#{password,jdbcType=VARCHAR},
update vip_master
id = #{record.id,jdbcType=VARCHAR},
isdeleted = #{record.isdeleted,jdbcType=BIT},
remark = #{record.remark,jdbcType=VARCHAR},
createtime = #{record.createtime,jdbcType=TIMESTAMP},
updatetime = #{record.updatetime,jdbcType=TIMESTAMP},
code = #{record.code,jdbcType=VARCHAR},
name = #{record.name,jdbcType=VARCHAR},
diamondtype = #{record.diamondtype,jdbcType=INTEGER},
type = #{record.type,jdbcType=INTEGER},
discountrate = #{record.discountrate,jdbcType=DECIMAL},
idcard = #{record.idcard,jdbcType=VARCHAR},
gender = #{record.gender,jdbcType=BIT},
birthday = #{record.birthday,jdbcType=TIMESTAMP},
openid = #{record.openid,jdbcType=VARCHAR},
nickname = #{record.nickname,jdbcType=VARCHAR},
language = #{record.language,jdbcType=VARCHAR},
city = #{record.city,jdbcType=VARCHAR},
province = #{record.province,jdbcType=VARCHAR},
country = #{record.country,jdbcType=VARCHAR},
avatarurl = #{record.avatarurl,jdbcType=VARCHAR},
cellphone = #{record.cellphone,jdbcType=VARCHAR},
token = #{record.token,jdbcType=VARCHAR},
password = #{record.password,jdbcType=VARCHAR},
update vip_master
set id = #{record.id,jdbcType=VARCHAR},
isdeleted = #{record.isdeleted,jdbcType=BIT},
remark = #{record.remark,jdbcType=VARCHAR},
createtime = #{record.createtime,jdbcType=TIMESTAMP},
updatetime = #{record.updatetime,jdbcType=TIMESTAMP},
code = #{record.code,jdbcType=VARCHAR},
name = #{record.name,jdbcType=VARCHAR},
diamondtype = #{record.diamondtype,jdbcType=INTEGER},
type = #{record.type,jdbcType=INTEGER},
discountrate = #{record.discountrate,jdbcType=DECIMAL},
idcard = #{record.idcard,jdbcType=VARCHAR},
gender = #{record.gender,jdbcType=BIT},
birthday = #{record.birthday,jdbcType=TIMESTAMP},
openid = #{record.openid,jdbcType=VARCHAR},
nickname = #{record.nickname,jdbcType=VARCHAR},
language = #{record.language,jdbcType=VARCHAR},
city = #{record.city,jdbcType=VARCHAR},
province = #{record.province,jdbcType=VARCHAR},
country = #{record.country,jdbcType=VARCHAR},
avatarurl = #{record.avatarurl,jdbcType=VARCHAR},
cellphone = #{record.cellphone,jdbcType=VARCHAR},
token = #{record.token,jdbcType=VARCHAR},
password = #{record.password,jdbcType=VARCHAR}
update vip_master
isdeleted = #{isdeleted,jdbcType=BIT},
remark = #{remark,jdbcType=VARCHAR},
createtime = #{createtime,jdbcType=TIMESTAMP},
updatetime = #{updatetime,jdbcType=TIMESTAMP},
code = #{code,jdbcType=VARCHAR},
name = #{name,jdbcType=VARCHAR},
diamondtype = #{diamondtype,jdbcType=INTEGER},
type = #{type,jdbcType=INTEGER},
discountrate = #{discountrate,jdbcType=DECIMAL},
idcard = #{idcard,jdbcType=VARCHAR},
gender = #{gender,jdbcType=BIT},
birthday = #{birthday,jdbcType=TIMESTAMP},
openid = #{openid,jdbcType=VARCHAR},
nickname = #{nickname,jdbcType=VARCHAR},
language = #{language,jdbcType=VARCHAR},
city = #{city,jdbcType=VARCHAR},
province = #{province,jdbcType=VARCHAR},
country = #{country,jdbcType=VARCHAR},
avatarurl = #{avatarurl,jdbcType=VARCHAR},
cellphone = #{cellphone,jdbcType=VARCHAR},
token = #{token,jdbcType=VARCHAR},
password = #{password,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update vip_master
set isdeleted = #{isdeleted,jdbcType=BIT},
remark = #{remark,jdbcType=VARCHAR},
createtime = #{createtime,jdbcType=TIMESTAMP},
updatetime = #{updatetime,jdbcType=TIMESTAMP},
code = #{code,jdbcType=VARCHAR},
name = #{name,jdbcType=VARCHAR},
diamondtype = #{diamondtype,jdbcType=INTEGER},
type = #{type,jdbcType=INTEGER},
discountrate = #{discountrate,jdbcType=DECIMAL},
idcard = #{idcard,jdbcType=VARCHAR},
gender = #{gender,jdbcType=BIT},
birthday = #{birthday,jdbcType=TIMESTAMP},
openid = #{openid,jdbcType=VARCHAR},
nickname = #{nickname,jdbcType=VARCHAR},
language = #{language,jdbcType=VARCHAR},
city = #{city,jdbcType=VARCHAR},
province = #{province,jdbcType=VARCHAR},
country = #{country,jdbcType=VARCHAR},
avatarurl = #{avatarurl,jdbcType=VARCHAR},
cellphone = #{cellphone,jdbcType=VARCHAR},
token = #{token,jdbcType=VARCHAR},
password = #{password,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}