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, value_added_tag, organization_id, share_type, identify_name, background_url, audit_status, audit_opinion, transfer_time, information_maintainer, core_technology, accomplish_situation, intellectual_property, credit_rating, level, authentication, username, integrity, to_invite_code, be_invite_code, guidance, sign_bills, channel, new_channel, sign_time, call_status, clue_status, clue_process, clue_time
insert into user(mobile, password, nickname, email, create_time, number, lvl, type, aid, mid, status, source,
update_time, company_logo_url, head_portrait_url, society_tag, introduction, value_added_tag,
organization_id, share_type, identify_name, background_url, audit_status, audit_opinion,
transfer_time, information_maintainer, core_technology, accomplish_situation,
intellectual_property, credit_rating, level, authentication, username, integrity,
to_invite_code, be_invite_code, guidance, sign_bills, channel, new_channel, sign_time,
call_status, clue_status, clue_process, clue_time)
values (#{mobile}, #{password}, #{nickname}, #{email}, #{createTime}, #{number}, #{lvl}, #{type}, #{aid},
#{mid}, #{status}, #{source}, #{updateTime}, #{companyLogoUrl}, #{headPortraitUrl}, #{societyTag},
#{introduction}, #{valueAddedTag}, #{organizationId}, #{shareType}, #{identifyName}, #{backgroundUrl},
#{auditStatus}, #{auditOpinion}, #{transferTime}, #{informationMaintainer}, #{coreTechnology},
#{accomplishSituation}, #{intellectualProperty}, #{creditRating}, #{level}, #{authentication},
#{username}, #{integrity}, #{toInviteCode}, #{beInviteCode}, #{guidance}, #{signBills}, #{channel},
#{newChannel}, #{signTime}, #{callStatus}, #{clueStatus}, #{clueProcess}, #{clueTime})
update user
mobile = #{mobile},
password = #{password},
nickname = #{nickname},
email = #{email},
create_time = #{createTime},
number = #{number},
lvl = #{lvl},
type = #{type},
aid = #{aid},
mid = #{mid},
status = #{status},
source = #{source},
update_time = #{updateTime},
company_logo_url = #{companyLogoUrl},
head_portrait_url = #{headPortraitUrl},
society_tag = #{societyTag},
introduction = #{introduction},
value_added_tag = #{valueAddedTag},
organization_id = #{organizationId},
share_type = #{shareType},
identify_name = #{identifyName},
background_url = #{backgroundUrl},
audit_status = #{auditStatus},
audit_opinion = #{auditOpinion},
transfer_time = #{transferTime},
information_maintainer = #{informationMaintainer},
core_technology = #{coreTechnology},
accomplish_situation = #{accomplishSituation},
intellectual_property = #{intellectualProperty},
credit_rating = #{creditRating},
level = #{level},
authentication = #{authentication},
username = #{username},
integrity = #{integrity},
to_invite_code = #{toInviteCode},
be_invite_code = #{beInviteCode},
guidance = #{guidance},
sign_bills = #{signBills},
channel = #{channel},
new_channel = #{newChannel},
sign_time = #{signTime},
call_status = #{callStatus},
clue_status = #{clueStatus},
clue_process = #{clueProcess},
clue_time = #{clueTime},
where id = #{id}
delete
from user
where id = #{id}
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,
value_added_tag,
organization_id,
share_type,
identify_name,
background_url,
audit_status,
audit_opinion,
transfer_time,
information_maintainer,
core_technology,
accomplish_situation,
intellectual_property,
credit_rating,
level,
authentication,
username,
integrity,
to_invite_code,
be_invite_code,
guidance,
sign_bills,
channel,
new_channel,
sign_time,
call_status ,
clue_status ,
clue_process,
clue_time ,
#{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},
#{valueAddedTag,jdbcType=VARCHAR},
#{organizationId,jdbcType=VARCHAR},
#{shareType,jdbcType=INTEGER},
#{identifyName,jdbcType=VARCHAR},
#{backgroundUrl,jdbcType=VARCHAR},
#{auditStatus,jdbcType=INTEGER},
#{auditOpinion,jdbcType=VARCHAR},
#{transferTime,jdbcType=TIMESTAMP},
#{informationMaintainer,jdbcType=VARCHAR},
#{coreTechnology,jdbcType=VARCHAR},
#{accomplishSituation,jdbcType=VARCHAR},
#{intellectualProperty,jdbcType=VARCHAR},
#{creditRating,jdbcType=INTEGER},
#{level,jdbcType=INTEGER},
#{authentication,jdbcType=INTEGER},
#{username,jdbcType=VARCHAR},
#{integrity,jdbcType=FLOAT},
#{toInviteCode,jdbcType=VARCHAR},
#{beInviteCode,jdbcType=VARCHAR},
#{guidance,jdbcType=INTEGER},
#{signBills,jdbcType=INTEGER},
#{channel,jdbcType=INTEGER},
#{newChannel,jdbcType=INTEGER},
#{signTime,jdbcType=TIMESTAMP},
#{callStatus},
#{clueStatus},
#{clueProcess},
#{clueTime},
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},
information_maintainer = #{aid,jdbcType=VARCHAR},
transfer_time = #{transferTime,jdbcType=TIMESTAMP},
share_type = #{shareType,jdbcType=VARCHAR}
where id in
#{item}
update user
set share_type = 0,transfer_time = now()
where id in
#{item.uid}