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, userID, userPWD, systemId, account, password, create_time, create_id, bank_name,
bank_no, bank_code, account_name, channel_no, create_name, mail, state
phone
delete from b_user
where guid = #{guid,jdbcType=BIGINT}
delete from b_user
SELECT LAST_INSERT_ID()
insert into b_user (userID, userPWD, systemId,
account, password, create_time,
create_id, bank_name, bank_no,
bank_code, account_name, channel_no,
create_name, mail, state,
phone)
values (#{userid,jdbcType=VARCHAR}, #{userpwd,jdbcType=VARCHAR}, #{systemid,jdbcType=VARCHAR},
#{account,jdbcType=VARCHAR}, #{password,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
#{createId,jdbcType=BIGINT}, #{bankName,jdbcType=VARCHAR}, #{bankNo,jdbcType=VARCHAR},
#{bankCode,jdbcType=VARCHAR}, #{accountName,jdbcType=VARCHAR}, #{channelNo,jdbcType=VARCHAR},
#{createName,jdbcType=VARCHAR}, #{mail,jdbcType=VARCHAR}, #{state,jdbcType=INTEGER},
#{phone,jdbcType=VARBINARY})
SELECT LAST_INSERT_ID()
insert into b_user
userID,
userPWD,
systemId,
account,
password,
create_time,
create_id,
bank_name,
bank_no,
bank_code,
account_name,
channel_no,
create_name,
mail,
state,
phone,
#{userid,jdbcType=VARCHAR},
#{userpwd,jdbcType=VARCHAR},
#{systemid,jdbcType=VARCHAR},
#{account,jdbcType=VARCHAR},
#{password,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{createId,jdbcType=BIGINT},
#{bankName,jdbcType=VARCHAR},
#{bankNo,jdbcType=VARCHAR},
#{bankCode,jdbcType=VARCHAR},
#{accountName,jdbcType=VARCHAR},
#{channelNo,jdbcType=VARCHAR},
#{createName,jdbcType=VARCHAR},
#{mail,jdbcType=VARCHAR},
#{state,jdbcType=INTEGER},
#{phone,jdbcType=VARBINARY},
update b_user
guid = #{record.guid,jdbcType=BIGINT},
userID = #{record.userid,jdbcType=VARCHAR},
userPWD = #{record.userpwd,jdbcType=VARCHAR},
systemId = #{record.systemid,jdbcType=VARCHAR},
account = #{record.account,jdbcType=VARCHAR},
password = #{record.password,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
create_id = #{record.createId,jdbcType=BIGINT},
bank_name = #{record.bankName,jdbcType=VARCHAR},
bank_no = #{record.bankNo,jdbcType=VARCHAR},
bank_code = #{record.bankCode,jdbcType=VARCHAR},
account_name = #{record.accountName,jdbcType=VARCHAR},
channel_no = #{record.channelNo,jdbcType=VARCHAR},
create_name = #{record.createName,jdbcType=VARCHAR},
mail = #{record.mail,jdbcType=VARCHAR},
state = #{record.state,jdbcType=INTEGER},
phone = #{record.phone,jdbcType=VARBINARY},
update b_user
set guid = #{record.guid,jdbcType=BIGINT},
userID = #{record.userid,jdbcType=VARCHAR},
userPWD = #{record.userpwd,jdbcType=VARCHAR},
systemId = #{record.systemid,jdbcType=VARCHAR},
account = #{record.account,jdbcType=VARCHAR},
password = #{record.password,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
create_id = #{record.createId,jdbcType=BIGINT},
bank_name = #{record.bankName,jdbcType=VARCHAR},
bank_no = #{record.bankNo,jdbcType=VARCHAR},
bank_code = #{record.bankCode,jdbcType=VARCHAR},
account_name = #{record.accountName,jdbcType=VARCHAR},
channel_no = #{record.channelNo,jdbcType=VARCHAR},
create_name = #{record.createName,jdbcType=VARCHAR},
mail = #{record.mail,jdbcType=VARCHAR},
state = #{record.state,jdbcType=INTEGER},
phone = #{record.phone,jdbcType=VARBINARY}
update b_user
set guid = #{record.guid,jdbcType=BIGINT},
userID = #{record.userid,jdbcType=VARCHAR},
userPWD = #{record.userpwd,jdbcType=VARCHAR},
systemId = #{record.systemid,jdbcType=VARCHAR},
account = #{record.account,jdbcType=VARCHAR},
password = #{record.password,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
create_id = #{record.createId,jdbcType=BIGINT},
bank_name = #{record.bankName,jdbcType=VARCHAR},
bank_no = #{record.bankNo,jdbcType=VARCHAR},
bank_code = #{record.bankCode,jdbcType=VARCHAR},
account_name = #{record.accountName,jdbcType=VARCHAR},
channel_no = #{record.channelNo,jdbcType=VARCHAR},
create_name = #{record.createName,jdbcType=VARCHAR},
mail = #{record.mail,jdbcType=VARCHAR},
state = #{record.state,jdbcType=INTEGER}
update b_user
userID = #{userid,jdbcType=VARCHAR},
userPWD = #{userpwd,jdbcType=VARCHAR},
systemId = #{systemid,jdbcType=VARCHAR},
account = #{account,jdbcType=VARCHAR},
password = #{password,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
create_id = #{createId,jdbcType=BIGINT},
bank_name = #{bankName,jdbcType=VARCHAR},
bank_no = #{bankNo,jdbcType=VARCHAR},
bank_code = #{bankCode,jdbcType=VARCHAR},
account_name = #{accountName,jdbcType=VARCHAR},
channel_no = #{channelNo,jdbcType=VARCHAR},
create_name = #{createName,jdbcType=VARCHAR},
mail = #{mail,jdbcType=VARCHAR},
state = #{state,jdbcType=INTEGER},
phone = #{phone,jdbcType=VARBINARY},
where guid = #{guid,jdbcType=BIGINT}
update b_user
set userID = #{userid,jdbcType=VARCHAR},
userPWD = #{userpwd,jdbcType=VARCHAR},
systemId = #{systemid,jdbcType=VARCHAR},
account = #{account,jdbcType=VARCHAR},
password = #{password,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
create_id = #{createId,jdbcType=BIGINT},
bank_name = #{bankName,jdbcType=VARCHAR},
bank_no = #{bankNo,jdbcType=VARCHAR},
bank_code = #{bankCode,jdbcType=VARCHAR},
account_name = #{accountName,jdbcType=VARCHAR},
channel_no = #{channelNo,jdbcType=VARCHAR},
create_name = #{createName,jdbcType=VARCHAR},
mail = #{mail,jdbcType=VARCHAR},
state = #{state,jdbcType=INTEGER},
phone = #{phone,jdbcType=VARBINARY}
where guid = #{guid,jdbcType=BIGINT}
update b_user
set userID = #{userid,jdbcType=VARCHAR},
userPWD = #{userpwd,jdbcType=VARCHAR},
systemId = #{systemid,jdbcType=VARCHAR},
account = #{account,jdbcType=VARCHAR},
password = #{password,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
create_id = #{createId,jdbcType=BIGINT},
bank_name = #{bankName,jdbcType=VARCHAR},
bank_no = #{bankNo,jdbcType=VARCHAR},
bank_code = #{bankCode,jdbcType=VARCHAR},
account_name = #{accountName,jdbcType=VARCHAR},
channel_no = #{channelNo,jdbcType=VARCHAR},
create_name = #{createName,jdbcType=VARCHAR},
mail = #{mail,jdbcType=VARCHAR},
state = #{state,jdbcType=INTEGER}
where guid = #{guid,jdbcType=BIGINT}