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, mobile, password, nickname, email, create_time, number, lvl, type, mid, status,
source, update_time, company_logo_url, head_portrait_url, society_tag, introduction,
value_added_tag, organization_id, identify_name, background_url, audit_opinion, audit_status,
share_type, aid, transfer_time, username, authentication,be_invite_code,to_invite_code
delete from user
where id = #{id,jdbcType=VARCHAR}
delete from user
insert into user (id, mobile, password,
nickname, email, create_time,
number, lvl, type, mid,
status, source, update_time,
company_logo_url, head_portrait_url, society_tag,
introduction, value_added_tag, organization_id,
identify_name, background_url, audit_opinion,
audit_status, share_type, aid,
transfer_time, username, authentication,be_invite_code,to_invite_code
)
values (#{id,jdbcType=VARCHAR}, #{mobile,jdbcType=VARCHAR}, #{password,jdbcType=VARCHAR},
#{nickname,jdbcType=VARCHAR}, #{email,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
#{number,jdbcType=BIGINT}, #{lvl,jdbcType=INTEGER}, #{type,jdbcType=INTEGER}, #{mid,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER}, #{source,jdbcType=INTEGER}, #{updateTime,jdbcType=TIMESTAMP},
#{companyLogoUrl,jdbcType=VARCHAR}, #{headPortraitUrl,jdbcType=VARCHAR}, #{societyTag,jdbcType=VARCHAR},
#{introduction,jdbcType=VARCHAR}, #{valueAddedTag,jdbcType=VARCHAR}, #{organizationId,jdbcType=VARCHAR},
#{identifyName,jdbcType=VARCHAR}, #{backgroundUrl,jdbcType=VARCHAR}, #{auditOpinion,jdbcType=VARCHAR},
#{auditStatus,jdbcType=INTEGER}, #{shareType,jdbcType=INTEGER}, #{aid,jdbcType=VARCHAR},
#{transferTime,jdbcType=TIMESTAMP}, #{username,jdbcType=VARCHAR}, #{authentication,jdbcType=INTEGER},
#{beInviteCode,jdbcType=VARCHAR},#{toInviteCode,jdbcType=VARCHAR}
)
insert into user
id,
mobile,
password,
nickname,
email,
create_time,
number,
lvl,
type,
mid,
status,
source,
update_time,
company_logo_url,
head_portrait_url,
society_tag,
introduction,
value_added_tag,
organization_id,
identify_name,
background_url,
audit_opinion,
audit_status,
share_type,
aid,
transfer_time,
username,
authentication,
be_invite_code,
to_invite_code,
#{id,jdbcType=VARCHAR},
#{mobile,jdbcType=VARCHAR},
#{password,jdbcType=VARCHAR},
#{nickname,jdbcType=VARCHAR},
#{email,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{number,jdbcType=BIGINT},
#{lvl,jdbcType=INTEGER},
#{type,jdbcType=INTEGER},
#{mid,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{source,jdbcType=INTEGER},
#{updateTime,jdbcType=TIMESTAMP},
#{companyLogoUrl,jdbcType=VARCHAR},
#{headPortraitUrl,jdbcType=VARCHAR},
#{societyTag,jdbcType=VARCHAR},
#{introduction,jdbcType=VARCHAR},
#{valueAddedTag,jdbcType=VARCHAR},
#{organizationId,jdbcType=VARCHAR},
#{identifyName,jdbcType=VARCHAR},
#{backgroundUrl,jdbcType=VARCHAR},
#{auditOpinion,jdbcType=VARCHAR},
#{auditStatus,jdbcType=INTEGER},
#{shareType,jdbcType=INTEGER},
#{aid,jdbcType=VARCHAR},
#{transferTime,jdbcType=TIMESTAMP},
#{username,jdbcType=VARCHAR},
#{authentication,jdbcType=INTEGER},
#{beInviteCode,jdbcType=VARCHAR},
#{toInviteCode,jdbcType=VARCHAR},
update user
id = #{record.id,jdbcType=VARCHAR},
mobile = #{record.mobile,jdbcType=VARCHAR},
password = #{record.password,jdbcType=VARCHAR},
nickname = #{record.nickname,jdbcType=VARCHAR},
email = #{record.email,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
number = #{record.number,jdbcType=BIGINT},
lvl = #{record.lvl,jdbcType=INTEGER},
type = #{record.type,jdbcType=INTEGER},
mid = #{record.mid,jdbcType=VARCHAR},
status = #{record.status,jdbcType=INTEGER},
source = #{record.source,jdbcType=INTEGER},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
company_logo_url = #{record.companyLogoUrl,jdbcType=VARCHAR},
head_portrait_url = #{record.headPortraitUrl,jdbcType=VARCHAR},
society_tag = #{record.societyTag,jdbcType=VARCHAR},
introduction = #{record.introduction,jdbcType=VARCHAR},
value_added_tag = #{record.valueAddedTag,jdbcType=VARCHAR},
organization_id = #{record.organizationId,jdbcType=VARCHAR},
identify_name = #{record.identifyName,jdbcType=VARCHAR},
background_url = #{record.backgroundUrl,jdbcType=VARCHAR},
audit_opinion = #{record.auditOpinion,jdbcType=VARCHAR},
audit_status = #{record.auditStatus,jdbcType=INTEGER},
share_type = #{record.shareType,jdbcType=INTEGER},
aid = #{record.aid,jdbcType=VARCHAR},
transfer_time = #{record.transferTime,jdbcType=TIMESTAMP},
username = #{record.username,jdbcType=VARCHAR},
authentication = #{record.authentication,jdbcType=INTEGER},
update user
set id = #{record.id,jdbcType=VARCHAR},
mobile = #{record.mobile,jdbcType=VARCHAR},
password = #{record.password,jdbcType=VARCHAR},
nickname = #{record.nickname,jdbcType=VARCHAR},
email = #{record.email,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
number = #{record.number,jdbcType=BIGINT},
lvl = #{record.lvl,jdbcType=INTEGER},
type = #{record.type,jdbcType=INTEGER},
mid = #{record.mid,jdbcType=VARCHAR},
status = #{record.status,jdbcType=INTEGER},
source = #{record.source,jdbcType=INTEGER},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
company_logo_url = #{record.companyLogoUrl,jdbcType=VARCHAR},
head_portrait_url = #{record.headPortraitUrl,jdbcType=VARCHAR},
society_tag = #{record.societyTag,jdbcType=VARCHAR},
introduction = #{record.introduction,jdbcType=VARCHAR},
value_added_tag = #{record.valueAddedTag,jdbcType=VARCHAR},
organization_id = #{record.organizationId,jdbcType=VARCHAR},
identify_name = #{record.identifyName,jdbcType=VARCHAR},
background_url = #{record.backgroundUrl,jdbcType=VARCHAR},
audit_opinion = #{record.auditOpinion,jdbcType=VARCHAR},
audit_status = #{record.auditStatus,jdbcType=INTEGER},
share_type = #{record.shareType,jdbcType=INTEGER},
aid = #{record.aid,jdbcType=VARCHAR},
transfer_time = #{record.transferTime,jdbcType=TIMESTAMP},
username = #{record.username,jdbcType=VARCHAR},
authentication = #{record.authentication,jdbcType=INTEGER},
be_invite_code = #{beInviteCode,jdbcType=VARCHAR},
to_invite_code = #{toInviteCode,jdbcType=VARCHAR}
update user
mobile = #{mobile,jdbcType=VARCHAR},
password = #{password,jdbcType=VARCHAR},
nickname = #{nickname,jdbcType=VARCHAR},
email = #{email,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
number = #{number,jdbcType=BIGINT},
lvl = #{lvl,jdbcType=INTEGER},
type = #{type,jdbcType=INTEGER},
mid = #{mid,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
source = #{source,jdbcType=INTEGER},
update_time = #{updateTime,jdbcType=TIMESTAMP},
company_logo_url = #{companyLogoUrl,jdbcType=VARCHAR},
head_portrait_url = #{headPortraitUrl,jdbcType=VARCHAR},
society_tag = #{societyTag,jdbcType=VARCHAR},
introduction = #{introduction,jdbcType=VARCHAR},
value_added_tag = #{valueAddedTag,jdbcType=VARCHAR},
organization_id = #{organizationId,jdbcType=VARCHAR},
identify_name = #{identifyName,jdbcType=VARCHAR},
background_url = #{backgroundUrl,jdbcType=VARCHAR},
audit_opinion = #{auditOpinion,jdbcType=VARCHAR},
audit_status = #{auditStatus,jdbcType=INTEGER},
share_type = #{shareType,jdbcType=INTEGER},
aid = #{aid,jdbcType=VARCHAR},
transfer_time = #{transferTime,jdbcType=TIMESTAMP},
username = #{username,jdbcType=VARCHAR},
authentication = #{authentication,jdbcType=INTEGER},
be_invite_code = #{beInviteCode,jdbcType=VARCHAR},
to_invite_code = #{toInviteCode,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update user
set mobile = #{mobile,jdbcType=VARCHAR},
password = #{password,jdbcType=VARCHAR},
nickname = #{nickname,jdbcType=VARCHAR},
email = #{email,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
number = #{number,jdbcType=BIGINT},
lvl = #{lvl,jdbcType=INTEGER},
type = #{type,jdbcType=INTEGER},
mid = #{mid,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
source = #{source,jdbcType=INTEGER},
update_time = #{updateTime,jdbcType=TIMESTAMP},
company_logo_url = #{companyLogoUrl,jdbcType=VARCHAR},
head_portrait_url = #{headPortraitUrl,jdbcType=VARCHAR},
society_tag = #{societyTag,jdbcType=VARCHAR},
introduction = #{introduction,jdbcType=VARCHAR},
value_added_tag = #{valueAddedTag,jdbcType=VARCHAR},
organization_id = #{organizationId,jdbcType=VARCHAR},
identify_name = #{identifyName,jdbcType=VARCHAR},
background_url = #{backgroundUrl,jdbcType=VARCHAR},
audit_opinion = #{auditOpinion,jdbcType=VARCHAR},
audit_status = #{auditStatus,jdbcType=INTEGER},
share_type = #{shareType,jdbcType=INTEGER},
aid = #{aid,jdbcType=VARCHAR},
transfer_time = #{transferTime,jdbcType=TIMESTAMP},
username = #{username,jdbcType=VARCHAR},
authentication = #{authentication,jdbcType=INTEGER},
be_invite_code = #{beInviteCode,jdbcType=VARCHAR},
to_invite_code = #{toInviteCode,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}
update user
audit_status = #{auditStatus,jdbcType=INTEGER},
audit_opinion = #{auditOpinion,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}