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, uuid, registration_id, uid, tag, group_id, last_login_time, easemob_name, easemob_pass
delete from jpush_easemob_account
where id = #{id,jdbcType=INTEGER}
delete from jpush_easemob_account
insert into jpush_easemob_account (id, uuid, registration_id,
uid, tag, group_id,
last_login_time, easemob_name, easemob_pass
)
values (#{id,jdbcType=INTEGER}, #{uuid,jdbcType=VARCHAR}, #{registrationId,jdbcType=VARCHAR},
#{uid,jdbcType=VARCHAR}, #{tag,jdbcType=VARCHAR}, #{groupId,jdbcType=VARCHAR},
#{lastLoginTime,jdbcType=TIMESTAMP}, #{easemobName,jdbcType=VARCHAR}, #{easemobPass,jdbcType=VARCHAR}
)
insert into jpush_easemob_account
id,
uuid,
registration_id,
uid,
tag,
group_id,
last_login_time,
easemob_name,
easemob_pass,
#{id,jdbcType=INTEGER},
#{uuid,jdbcType=VARCHAR},
#{registrationId,jdbcType=VARCHAR},
#{uid,jdbcType=VARCHAR},
#{tag,jdbcType=VARCHAR},
#{groupId,jdbcType=VARCHAR},
#{lastLoginTime,jdbcType=TIMESTAMP},
#{easemobName,jdbcType=VARCHAR},
#{easemobPass,jdbcType=VARCHAR},
update jpush_easemob_account
id = #{record.id,jdbcType=INTEGER},
uuid = #{record.uuid,jdbcType=VARCHAR},
registration_id = #{record.registrationId,jdbcType=VARCHAR},
uid = #{record.uid,jdbcType=VARCHAR},
tag = #{record.tag,jdbcType=VARCHAR},
group_id = #{record.groupId,jdbcType=VARCHAR},
last_login_time = #{record.lastLoginTime,jdbcType=TIMESTAMP},
easemob_name = #{record.easemobName,jdbcType=VARCHAR},
easemob_pass = #{record.easemobPass,jdbcType=VARCHAR},
update jpush_easemob_account
set id = #{record.id,jdbcType=INTEGER},
uuid = #{record.uuid,jdbcType=VARCHAR},
registration_id = #{record.registrationId,jdbcType=VARCHAR},
uid = #{record.uid,jdbcType=VARCHAR},
tag = #{record.tag,jdbcType=VARCHAR},
group_id = #{record.groupId,jdbcType=VARCHAR},
last_login_time = #{record.lastLoginTime,jdbcType=TIMESTAMP},
easemob_name = #{record.easemobName,jdbcType=VARCHAR},
easemob_pass = #{record.easemobPass,jdbcType=VARCHAR}
update jpush_easemob_account
uuid = #{uuid,jdbcType=VARCHAR},
registration_id = #{registrationId,jdbcType=VARCHAR},
uid = #{uid,jdbcType=VARCHAR},
tag = #{tag,jdbcType=VARCHAR},
group_id = #{groupId,jdbcType=VARCHAR},
last_login_time = #{lastLoginTime,jdbcType=TIMESTAMP},
easemob_name = #{easemobName,jdbcType=VARCHAR},
easemob_pass = #{easemobPass,jdbcType=VARCHAR},
where id = #{id,jdbcType=INTEGER}
update jpush_easemob_account
set uuid = #{uuid,jdbcType=VARCHAR},
registration_id = #{registrationId,jdbcType=VARCHAR},
uid = #{uid,jdbcType=VARCHAR},
tag = #{tag,jdbcType=VARCHAR},
group_id = #{groupId,jdbcType=VARCHAR},
last_login_time = #{lastLoginTime,jdbcType=TIMESTAMP},
easemob_name = #{easemobName,jdbcType=VARCHAR},
easemob_pass = #{easemobPass,jdbcType=VARCHAR}
where id = #{id,jdbcType=INTEGER}