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, aid, mid,
status, source, update_time, company_logo_url, head_portrait_url, society_tag, introduction,
last_member_order_id, current_member_status, value_added_tag, organization_id, share_type,
identify_name, is_member, business_audit
delete from user
where id = #{id,jdbcType=VARCHAR}
delete from user
insert into user (id, mobile, password,
nickname, email, create_time,
number, lvl, type, aid,
mid, status, source,
update_time, company_logo_url, head_portrait_url,
society_tag, introduction, last_member_order_id,
current_member_status, value_added_tag, organization_id,
share_type, identify_name, is_member,
business_audit)
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}, #{aid,jdbcType=VARCHAR},
#{mid,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}, #{source,jdbcType=INTEGER},
#{updateTime,jdbcType=TIMESTAMP}, #{companyLogoUrl,jdbcType=VARCHAR}, #{headPortraitUrl,jdbcType=VARCHAR},
#{societyTag,jdbcType=VARCHAR}, #{introduction,jdbcType=VARCHAR}, #{lastMemberOrderId,jdbcType=VARCHAR},
#{currentMemberStatus,jdbcType=INTEGER}, #{valueAddedTag,jdbcType=VARCHAR}, #{organizationId,jdbcType=VARCHAR},
#{shareType,jdbcType=INTEGER}, #{identifyName,jdbcType=VARCHAR}, #{isMember,jdbcType=INTEGER},
#{businessAudit,jdbcType=INTEGER})
insert into user
id,
mobile,
password,
nickname,
email,
create_time,
number,
lvl,
type,
aid,
mid,
status,
source,
update_time,
company_logo_url,
head_portrait_url,
society_tag,
introduction,
last_member_order_id,
current_member_status,
value_added_tag,
organization_id,
share_type,
identify_name,
is_member,
business_audit,
#{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},
#{aid,jdbcType=VARCHAR},
#{mid,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{source,jdbcType=INTEGER},
#{updateTime,jdbcType=TIMESTAMP},
#{companyLogoUrl,jdbcType=VARCHAR},
#{headPortraitUrl,jdbcType=VARCHAR},
#{societyTag,jdbcType=VARCHAR},
#{introduction,jdbcType=VARCHAR},
#{lastMemberOrderId,jdbcType=VARCHAR},
#{currentMemberStatus,jdbcType=INTEGER},
#{valueAddedTag,jdbcType=VARCHAR},
#{organizationId,jdbcType=VARCHAR},
#{shareType,jdbcType=INTEGER},
#{identifyName,jdbcType=VARCHAR},
#{isMember,jdbcType=INTEGER},
#{businessAudit,jdbcType=INTEGER},
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},
aid = #{record.aid,jdbcType=VARCHAR},
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},
last_member_order_id = #{record.lastMemberOrderId,jdbcType=VARCHAR},
current_member_status = #{record.currentMemberStatus,jdbcType=INTEGER},
value_added_tag = #{record.valueAddedTag,jdbcType=VARCHAR},
organization_id = #{record.organizationId,jdbcType=VARCHAR},
share_type = #{record.shareType,jdbcType=INTEGER},
identify_name = #{record.identifyName,jdbcType=VARCHAR},
is_member = #{record.isMember,jdbcType=INTEGER},
business_audit = #{record.businessAudit,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},
aid = #{record.aid,jdbcType=VARCHAR},
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},
last_member_order_id = #{record.lastMemberOrderId,jdbcType=VARCHAR},
current_member_status = #{record.currentMemberStatus,jdbcType=INTEGER},
value_added_tag = #{record.valueAddedTag,jdbcType=VARCHAR},
organization_id = #{record.organizationId,jdbcType=VARCHAR},
share_type = #{record.shareType,jdbcType=INTEGER},
identify_name = #{record.identifyName,jdbcType=VARCHAR},
is_member = #{record.isMember,jdbcType=INTEGER},
business_audit = #{record.businessAudit,jdbcType=INTEGER}
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},
aid = #{aid,jdbcType=VARCHAR},
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},
last_member_order_id = #{lastMemberOrderId,jdbcType=VARCHAR},
current_member_status = #{currentMemberStatus,jdbcType=INTEGER},
value_added_tag = #{valueAddedTag,jdbcType=VARCHAR},
organization_id = #{organizationId,jdbcType=VARCHAR},
share_type = #{shareType,jdbcType=INTEGER},
identify_name = #{identifyName,jdbcType=VARCHAR},
is_member = #{isMember,jdbcType=INTEGER},
business_audit = #{businessAudit,jdbcType=INTEGER},
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},
aid = #{aid,jdbcType=VARCHAR},
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},
last_member_order_id = #{lastMemberOrderId,jdbcType=VARCHAR},
current_member_status = #{currentMemberStatus,jdbcType=INTEGER},
value_added_tag = #{valueAddedTag,jdbcType=VARCHAR},
organization_id = #{organizationId,jdbcType=VARCHAR},
share_type = #{shareType,jdbcType=INTEGER},
identify_name = #{identifyName,jdbcType=VARCHAR},
is_member = #{isMember,jdbcType=INTEGER},
business_audit = #{businessAudit,jdbcType=INTEGER}
where id = #{id,jdbcType=VARCHAR}
update user
audit_status = #{auditStatus,jdbcType=INTEGER},
audit_opinion = #{auditOpinion,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}