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`, `identity`, channel, contact_name, tel_num, `password`, token, token_expire_timestamp,
`status`, create_account, create_timestamp, update_account, update_timestamp
delete from content_platform_account
where id = #{id,jdbcType=BIGINT}
delete from content_platform_account
insert into content_platform_account (id, `name`, `identity`,
channel, contact_name, tel_num,
`password`, token, token_expire_timestamp,
`status`, create_account, create_timestamp,
update_account, update_timestamp)
values (#{id,jdbcType=BIGINT}, #{name,jdbcType=VARCHAR}, #{identity,jdbcType=INTEGER},
#{channel,jdbcType=VARCHAR}, #{contactName,jdbcType=VARCHAR}, #{telNum,jdbcType=VARCHAR},
#{password,jdbcType=VARCHAR}, #{token,jdbcType=VARCHAR}, #{tokenExpireTimestamp,jdbcType=BIGINT},
#{status,jdbcType=INTEGER}, #{createAccount,jdbcType=VARCHAR}, #{createTimestamp,jdbcType=BIGINT},
#{updateAccount,jdbcType=VARCHAR}, #{updateTimestamp,jdbcType=BIGINT})
insert into content_platform_account
id,
`name`,
`identity`,
channel,
contact_name,
tel_num,
`password`,
token,
token_expire_timestamp,
`status`,
create_account,
create_timestamp,
update_account,
update_timestamp,
#{id,jdbcType=BIGINT},
#{name,jdbcType=VARCHAR},
#{identity,jdbcType=INTEGER},
#{channel,jdbcType=VARCHAR},
#{contactName,jdbcType=VARCHAR},
#{telNum,jdbcType=VARCHAR},
#{password,jdbcType=VARCHAR},
#{token,jdbcType=VARCHAR},
#{tokenExpireTimestamp,jdbcType=BIGINT},
#{status,jdbcType=INTEGER},
#{createAccount,jdbcType=VARCHAR},
#{createTimestamp,jdbcType=BIGINT},
#{updateAccount,jdbcType=VARCHAR},
#{updateTimestamp,jdbcType=BIGINT},
update content_platform_account
id = #{record.id,jdbcType=BIGINT},
`name` = #{record.name,jdbcType=VARCHAR},
`identity` = #{record.identity,jdbcType=INTEGER},
channel = #{record.channel,jdbcType=VARCHAR},
contact_name = #{record.contactName,jdbcType=VARCHAR},
tel_num = #{record.telNum,jdbcType=VARCHAR},
`password` = #{record.password,jdbcType=VARCHAR},
token = #{record.token,jdbcType=VARCHAR},
token_expire_timestamp = #{record.tokenExpireTimestamp,jdbcType=BIGINT},
`status` = #{record.status,jdbcType=INTEGER},
create_account = #{record.createAccount,jdbcType=VARCHAR},
create_timestamp = #{record.createTimestamp,jdbcType=BIGINT},
update_account = #{record.updateAccount,jdbcType=VARCHAR},
update_timestamp = #{record.updateTimestamp,jdbcType=BIGINT},
update content_platform_account
set id = #{record.id,jdbcType=BIGINT},
`name` = #{record.name,jdbcType=VARCHAR},
`identity` = #{record.identity,jdbcType=INTEGER},
channel = #{record.channel,jdbcType=VARCHAR},
contact_name = #{record.contactName,jdbcType=VARCHAR},
tel_num = #{record.telNum,jdbcType=VARCHAR},
`password` = #{record.password,jdbcType=VARCHAR},
token = #{record.token,jdbcType=VARCHAR},
token_expire_timestamp = #{record.tokenExpireTimestamp,jdbcType=BIGINT},
`status` = #{record.status,jdbcType=INTEGER},
create_account = #{record.createAccount,jdbcType=VARCHAR},
create_timestamp = #{record.createTimestamp,jdbcType=BIGINT},
update_account = #{record.updateAccount,jdbcType=VARCHAR},
update_timestamp = #{record.updateTimestamp,jdbcType=BIGINT}
update content_platform_account
`name` = #{name,jdbcType=VARCHAR},
`identity` = #{identity,jdbcType=INTEGER},
channel = #{channel,jdbcType=VARCHAR},
contact_name = #{contactName,jdbcType=VARCHAR},
tel_num = #{telNum,jdbcType=VARCHAR},
`password` = #{password,jdbcType=VARCHAR},
token = #{token,jdbcType=VARCHAR},
token_expire_timestamp = #{tokenExpireTimestamp,jdbcType=BIGINT},
`status` = #{status,jdbcType=INTEGER},
create_account = #{createAccount,jdbcType=VARCHAR},
create_timestamp = #{createTimestamp,jdbcType=BIGINT},
update_account = #{updateAccount,jdbcType=VARCHAR},
update_timestamp = #{updateTimestamp,jdbcType=BIGINT},
where id = #{id,jdbcType=BIGINT}
update content_platform_account
set `name` = #{name,jdbcType=VARCHAR},
`identity` = #{identity,jdbcType=INTEGER},
channel = #{channel,jdbcType=VARCHAR},
contact_name = #{contactName,jdbcType=VARCHAR},
tel_num = #{telNum,jdbcType=VARCHAR},
`password` = #{password,jdbcType=VARCHAR},
token = #{token,jdbcType=VARCHAR},
token_expire_timestamp = #{tokenExpireTimestamp,jdbcType=BIGINT},
`status` = #{status,jdbcType=INTEGER},
create_account = #{createAccount,jdbcType=VARCHAR},
create_timestamp = #{createTimestamp,jdbcType=BIGINT},
update_account = #{updateAccount,jdbcType=VARCHAR},
update_timestamp = #{updateTimestamp,jdbcType=BIGINT}
where id = #{id,jdbcType=BIGINT}