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, information_maintainer, core_technology, accomplish_situation,
intellectual_property, credit_rating, username, authentication, level,integrity,sign_bills,channel
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, information_maintainer,
core_technology, accomplish_situation, intellectual_property,
credit_rating, username, authentication,
level,integrity)
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}, #{informationMaintainer,jdbcType=VARCHAR},
#{coreTechnology,jdbcType=VARCHAR}, #{accomplishSituation,jdbcType=VARCHAR}, #{intellectualProperty,jdbcType=VARCHAR},
#{creditRating,jdbcType=INTEGER}, #{username,jdbcType=VARCHAR}, #{authentication,jdbcType=INTEGER},
#{level,jdbcType=INTEGER},#{integrity,jdbcType=FLOAT})
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,
information_maintainer,
core_technology,
accomplish_situation,
intellectual_property,
credit_rating,
username,
authentication,
level,
integrity,
#{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},
#{informationMaintainer,jdbcType=VARCHAR},
#{coreTechnology,jdbcType=VARCHAR},
#{accomplishSituation,jdbcType=VARCHAR},
#{intellectualProperty,jdbcType=VARCHAR},
#{creditRating,jdbcType=INTEGER},
#{username,jdbcType=VARCHAR},
#{authentication,jdbcType=INTEGER},
#{level,jdbcType=INTEGER},
#{integrity,jdbcType=FLOAT}
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},
information_maintainer = #{record.informationMaintainer,jdbcType=VARCHAR},
core_technology = #{record.coreTechnology,jdbcType=VARCHAR},
accomplish_situation = #{record.accomplishSituation,jdbcType=VARCHAR},
intellectual_property = #{record.intellectualProperty,jdbcType=VARCHAR},
credit_rating = #{record.creditRating,jdbcType=INTEGER},
username = #{record.username,jdbcType=VARCHAR},
authentication = #{record.authentication,jdbcType=INTEGER},
level = #{record.level,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},
information_maintainer = #{record.informationMaintainer,jdbcType=VARCHAR},
core_technology = #{record.coreTechnology,jdbcType=VARCHAR},
accomplish_situation = #{record.accomplishSituation,jdbcType=VARCHAR},
intellectual_property = #{record.intellectualProperty,jdbcType=VARCHAR},
credit_rating = #{record.creditRating,jdbcType=INTEGER},
username = #{record.username,jdbcType=VARCHAR},
authentication = #{record.authentication,jdbcType=INTEGER},
level = #{record.level,jdbcType=INTEGER},
integrity = #{integrity ,jdbcType=FLOAT}
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},
information_maintainer = #{informationMaintainer,jdbcType=VARCHAR},
core_technology = #{coreTechnology,jdbcType=VARCHAR},
accomplish_situation = #{accomplishSituation,jdbcType=VARCHAR},
intellectual_property = #{intellectualProperty,jdbcType=VARCHAR},
credit_rating = #{creditRating,jdbcType=INTEGER},
username = #{username,jdbcType=VARCHAR},
authentication = #{authentication,jdbcType=INTEGER},
level = #{level,jdbcType=INTEGER},
integrity = #{integrity ,jdbcType=FLOAT}
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},
information_maintainer = #{informationMaintainer,jdbcType=VARCHAR},
core_technology = #{coreTechnology,jdbcType=VARCHAR},
accomplish_situation = #{accomplishSituation,jdbcType=VARCHAR},
intellectual_property = #{intellectualProperty,jdbcType=VARCHAR},
credit_rating = #{creditRating,jdbcType=INTEGER},
username = #{username,jdbcType=VARCHAR},
authentication = #{authentication,jdbcType=INTEGER},
level = #{level,jdbcType=INTEGER},
integrity = #{integrity ,jdbcType=FLOAT}
where id = #{id,jdbcType=VARCHAR}
update user
audit_status = #{auditStatus,jdbcType=INTEGER},
audit_opinion = #{auditOpinion,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update user
set aid=#{transferId,jdbcType=VARCHAR},
information_maintainer=#{transferId,jdbcType=VARCHAR},
source=3
where aid=#{aid,jdbcType=VARCHAR}
update user set guidance=#{guidance} where id=#{id}
update user
source = #{source,jdbcType=INTEGER},
level= #{level,jdbcType=INTEGER},
aid = #{aid,jdbcType=VARCHAR},
transfer_time = #{transferTime,jdbcType=TIMESTAMP},
share_type = #{shareType,jdbcType=VARCHAR}
where id in
#{item}