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}
ECT_SESSIONID, ECT_USERID, ECT_LOGONTIME, ECT_SERVER
delete from im_entry_ctrl
where ECT_SESSIONID = #{sessionid,jdbcType=VARCHAR}
and ECT_USERID = #{userid,jdbcType=VARCHAR}
delete from im_entry_ctrl
insert into im_entry_ctrl (ECT_SESSIONID, ECT_USERID, ECT_LOGONTIME,
ECT_SERVER)
values (#{sessionid,jdbcType=VARCHAR}, #{userid,jdbcType=VARCHAR}, #{logontime,jdbcType=CHAR},
#{server,jdbcType=VARCHAR})
insert into im_entry_ctrl
ECT_SESSIONID,
ECT_USERID,
ECT_LOGONTIME,
ECT_SERVER,
#{sessionid,jdbcType=VARCHAR},
#{userid,jdbcType=VARCHAR},
#{logontime,jdbcType=CHAR},
#{server,jdbcType=VARCHAR},
update im_entry_ctrl
ECT_SESSIONID = #{record.sessionid,jdbcType=VARCHAR},
ECT_USERID = #{record.userid,jdbcType=VARCHAR},
ECT_LOGONTIME = #{record.logontime,jdbcType=CHAR},
ECT_SERVER = #{record.server,jdbcType=VARCHAR},
update im_entry_ctrl
set ECT_SESSIONID = #{record.sessionid,jdbcType=VARCHAR},
ECT_USERID = #{record.userid,jdbcType=VARCHAR},
ECT_LOGONTIME = #{record.logontime,jdbcType=CHAR},
ECT_SERVER = #{record.server,jdbcType=VARCHAR}
update im_entry_ctrl
ECT_LOGONTIME = #{logontime,jdbcType=CHAR},
ECT_SERVER = #{server,jdbcType=VARCHAR},
where ECT_SESSIONID = #{sessionid,jdbcType=VARCHAR}
and ECT_USERID = #{userid,jdbcType=VARCHAR}
update im_entry_ctrl
set ECT_LOGONTIME = #{logontime,jdbcType=CHAR},
ECT_SERVER = #{server,jdbcType=VARCHAR}
where ECT_SESSIONID = #{sessionid,jdbcType=VARCHAR}
and ECT_USERID = #{userid,jdbcType=VARCHAR}