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}
guid, session_id, service_id, serial_no, req_time, ret_code, error_msg, userID, userPWD,
systemId, corpName, create_time
delete from b_user_login
where guid = #{guid,jdbcType=BIGINT}
delete from b_user_login
SELECT LAST_INSERT_ID()
insert into b_user_login (session_id, service_id, serial_no,
req_time, ret_code, error_msg,
userID, userPWD, systemId,
corpName, create_time)
values (#{sessionId,jdbcType=VARCHAR}, #{serviceId,jdbcType=VARCHAR}, #{serialNo,jdbcType=VARCHAR},
#{reqTime,jdbcType=VARCHAR}, #{retCode,jdbcType=VARCHAR}, #{errorMsg,jdbcType=VARCHAR},
#{userid,jdbcType=VARCHAR}, #{userpwd,jdbcType=VARCHAR}, #{systemid,jdbcType=VARCHAR},
#{corpname,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP})
SELECT LAST_INSERT_ID()
insert into b_user_login
session_id,
service_id,
serial_no,
req_time,
ret_code,
error_msg,
userID,
userPWD,
systemId,
corpName,
create_time,
#{sessionId,jdbcType=VARCHAR},
#{serviceId,jdbcType=VARCHAR},
#{serialNo,jdbcType=VARCHAR},
#{reqTime,jdbcType=VARCHAR},
#{retCode,jdbcType=VARCHAR},
#{errorMsg,jdbcType=VARCHAR},
#{userid,jdbcType=VARCHAR},
#{userpwd,jdbcType=VARCHAR},
#{systemid,jdbcType=VARCHAR},
#{corpname,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
update b_user_login
guid = #{record.guid,jdbcType=BIGINT},
session_id = #{record.sessionId,jdbcType=VARCHAR},
service_id = #{record.serviceId,jdbcType=VARCHAR},
serial_no = #{record.serialNo,jdbcType=VARCHAR},
req_time = #{record.reqTime,jdbcType=VARCHAR},
ret_code = #{record.retCode,jdbcType=VARCHAR},
error_msg = #{record.errorMsg,jdbcType=VARCHAR},
userID = #{record.userid,jdbcType=VARCHAR},
userPWD = #{record.userpwd,jdbcType=VARCHAR},
systemId = #{record.systemid,jdbcType=VARCHAR},
corpName = #{record.corpname,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update b_user_login
set guid = #{record.guid,jdbcType=BIGINT},
session_id = #{record.sessionId,jdbcType=VARCHAR},
service_id = #{record.serviceId,jdbcType=VARCHAR},
serial_no = #{record.serialNo,jdbcType=VARCHAR},
req_time = #{record.reqTime,jdbcType=VARCHAR},
ret_code = #{record.retCode,jdbcType=VARCHAR},
error_msg = #{record.errorMsg,jdbcType=VARCHAR},
userID = #{record.userid,jdbcType=VARCHAR},
userPWD = #{record.userpwd,jdbcType=VARCHAR},
systemId = #{record.systemid,jdbcType=VARCHAR},
corpName = #{record.corpname,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP}
update b_user_login
session_id = #{sessionId,jdbcType=VARCHAR},
service_id = #{serviceId,jdbcType=VARCHAR},
serial_no = #{serialNo,jdbcType=VARCHAR},
req_time = #{reqTime,jdbcType=VARCHAR},
ret_code = #{retCode,jdbcType=VARCHAR},
error_msg = #{errorMsg,jdbcType=VARCHAR},
userID = #{userid,jdbcType=VARCHAR},
userPWD = #{userpwd,jdbcType=VARCHAR},
systemId = #{systemid,jdbcType=VARCHAR},
corpName = #{corpname,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
where guid = #{guid,jdbcType=BIGINT}
update b_user_login
set session_id = #{sessionId,jdbcType=VARCHAR},
service_id = #{serviceId,jdbcType=VARCHAR},
serial_no = #{serialNo,jdbcType=VARCHAR},
req_time = #{reqTime,jdbcType=VARCHAR},
ret_code = #{retCode,jdbcType=VARCHAR},
error_msg = #{errorMsg,jdbcType=VARCHAR},
userID = #{userid,jdbcType=VARCHAR},
userPWD = #{userpwd,jdbcType=VARCHAR},
systemId = #{systemid,jdbcType=VARCHAR},
corpName = #{corpname,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP}
where guid = #{guid,jdbcType=BIGINT}