谷歌包-moli-users删减字段
This commit is contained in:
@@ -11,8 +11,6 @@
|
||||
<result column="nick" jdbcType="VARCHAR" property="nick"/>
|
||||
<result column="email" jdbcType="VARCHAR" property="email"/>
|
||||
<result column="signture" jdbcType="VARCHAR" property="signture"/>
|
||||
<result column="user_voice" jdbcType="VARCHAR" property="userVoice"/>
|
||||
<result column="voice_dura" jdbcType="INTEGER" property="voiceDura"/>
|
||||
<result column="follow_num" jdbcType="INTEGER" property="followNum"/>
|
||||
<result column="fans_num" jdbcType="INTEGER" property="fansNum"/>
|
||||
<result column="def_user" jdbcType="TINYINT" property="defUser"/>
|
||||
@@ -25,16 +23,11 @@
|
||||
<result column="avatar" jdbcType="VARCHAR" property="avatar"/>
|
||||
<result column="region" jdbcType="VARCHAR" property="region"/>
|
||||
<result column="user_desc" jdbcType="VARCHAR" property="userDesc"/>
|
||||
<result column="alipay_account" jdbcType="VARCHAR" property="alipayAccount"/>
|
||||
<result column="alipay_account_name" jdbcType="VARCHAR" property="alipayAccountName"/>
|
||||
<result column="create_time" jdbcType="TIMESTAMP" property="createTime"/>
|
||||
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime"/>
|
||||
<result column="wx_openId" jdbcType="VARCHAR" property="wxOpenid"/>
|
||||
<result column="room_uid" jdbcType="BIGINT" property="roomUid"/>
|
||||
<result column="share_uid" jdbcType="BIGINT" property="shareUid"/>
|
||||
<result column="share_channel" jdbcType="TINYINT" property="shareChannel"/>
|
||||
<result column="wx_pub_fans_openid" jdbcType="VARCHAR" property="wxPubFansOpenid"/>
|
||||
<result column="wx_pub_fans_gender" jdbcType="TINYINT" property="wxPubFansGender"/>
|
||||
<result column="os" jdbcType="VARCHAR" property="os"/>
|
||||
<result column="osVersion" jdbcType="VARCHAR" property="osversion"/>
|
||||
<result column="app" jdbcType="VARCHAR" property="app"/>
|
||||
@@ -52,13 +45,9 @@
|
||||
<result column="acc_block_end_time" jdbcType="TIMESTAMP" property="accBlockEndTime"/>
|
||||
<result column="device_block_start_time" jdbcType="TIMESTAMP" property="deviceBlockStartTime"/>
|
||||
<result column="device_block_end_time" jdbcType="TIMESTAMP" property="deviceBlockEndTime"/>
|
||||
<result column="noble_id" jdbcType="INTEGER" property="nobleId"/>
|
||||
<result column="noble_name" jdbcType="VARCHAR" property="nobleName"/>
|
||||
<result column="payment_pwd" jdbcType="VARCHAR" property="paymentPwd"/>
|
||||
<result column="real_name" jdbcType="VARCHAR" property="realName"/>
|
||||
<result column="id_card_num" jdbcType="VARCHAR" property="idCardNum"/>
|
||||
<result column="parent_mode" jdbcType="BIT" property="parentMode"/>
|
||||
<result column="parent_mode_pwd" jdbcType="VARCHAR" property="parentModePwd"/>
|
||||
<result column="use_status" jdbcType="TINYINT" property="useStatus"/>
|
||||
<result column="current_app" jdbcType="VARCHAR" property="currentApp"/>
|
||||
<result column="platform_role" jdbcType="TINYINT" property="platformRole"/>
|
||||
@@ -127,12 +116,12 @@
|
||||
</sql>
|
||||
<sql id="Base_Column_List">
|
||||
`uid`, erban_no, has_pretty_erban_no, phone, birth, star, nick, email, signture,
|
||||
user_voice, voice_dura, follow_num, fans_num, def_user, fortune, channel_type, last_login_time,
|
||||
last_login_ip, last_login_region, gender, avatar, region, user_desc, alipay_account, alipay_account_name,
|
||||
create_time, update_time, wx_openId, room_uid, share_uid, share_channel, wx_pub_fans_openid,
|
||||
wx_pub_fans_gender, os, osVersion, app, imei, adid, channel, linkedme_channel, isp_type,
|
||||
follow_num, fans_num, def_user, fortune, channel_type, last_login_time,
|
||||
last_login_ip, last_login_region, gender, avatar, region, user_desc,
|
||||
create_time, update_time, wx_openId, room_uid, share_uid, share_channel,
|
||||
os, osVersion, app, imei, adid, channel, linkedme_channel, isp_type,
|
||||
net_type, model, device_id, new_device, app_version, acc_block_start_time, acc_block_end_time,
|
||||
device_block_start_time, device_block_end_time, noble_id, noble_name, payment_pwd,
|
||||
device_block_start_time, device_block_end_time, payment_pwd,
|
||||
real_name, id_card_num, parent_mode, parent_mode_pwd, use_status, current_app, platform_role,
|
||||
certify_modify_times,invite_code,invite_uid,phone_area_code
|
||||
</sql>
|
||||
@@ -177,41 +166,32 @@
|
||||
<insert id="insert" parameterType="com.accompany.core.model.Users">
|
||||
insert into users (`uid`, erban_no, has_pretty_erban_no,
|
||||
phone, birth, star, nick,
|
||||
email, signture, user_voice,
|
||||
voice_dura, follow_num, fans_num,
|
||||
email, signture, follow_num, fans_num,
|
||||
def_user, fortune, channel_type,
|
||||
last_login_time, last_login_ip, last_login_region,
|
||||
gender, avatar, region, user_desc,
|
||||
alipay_account, alipay_account_name, create_time,
|
||||
update_time, wx_openId, room_uid,
|
||||
share_uid, share_channel, wx_pub_fans_openid,
|
||||
wx_pub_fans_gender, os, osVersion,
|
||||
gender, avatar, region, user_desc, create_time,
|
||||
update_time, room_uid, share_uid, share_channel, os, osVersion,
|
||||
app, imei, adid, channel,
|
||||
linkedme_channel, isp_type, net_type,
|
||||
model, device_id, new_device,
|
||||
app_version, acc_block_start_time, acc_block_end_time,
|
||||
device_block_start_time, device_block_end_time,
|
||||
noble_id, noble_name, payment_pwd,
|
||||
device_block_start_time, device_block_end_time, payment_pwd,
|
||||
real_name, id_card_num, parent_mode,
|
||||
parent_mode_pwd, use_status, current_app,
|
||||
platform_role, certify_modify_times)
|
||||
values (#{uid,jdbcType=BIGINT}, #{erbanNo,jdbcType=BIGINT}, #{hasPrettyErbanNo,jdbcType=BIT},
|
||||
#{phone,jdbcType=VARCHAR}, #{birth,jdbcType=DATE}, #{star,jdbcType=TINYINT}, #{nick,jdbcType=VARCHAR},
|
||||
#{email,jdbcType=VARCHAR}, #{signture,jdbcType=VARCHAR}, #{userVoice,jdbcType=VARCHAR},
|
||||
#{voiceDura,jdbcType=INTEGER}, #{followNum,jdbcType=INTEGER}, #{fansNum,jdbcType=INTEGER},
|
||||
#{email,jdbcType=VARCHAR}, #{signture,jdbcType=VARCHAR}, #{followNum,jdbcType=INTEGER}, #{fansNum,jdbcType=INTEGER},
|
||||
#{defUser,jdbcType=TINYINT}, #{fortune,jdbcType=BIGINT}, #{channelType,jdbcType=TINYINT},
|
||||
#{lastLoginTime,jdbcType=TIMESTAMP}, #{lastLoginIp,jdbcType=VARCHAR}, #{lastLoginRegion,jdbcType=VARCHAR},
|
||||
#{gender,jdbcType=TINYINT}, #{avatar,jdbcType=VARCHAR}, #{region,jdbcType=VARCHAR}, #{userDesc,jdbcType=VARCHAR},
|
||||
#{alipayAccount,jdbcType=VARCHAR}, #{alipayAccountName,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
|
||||
#{updateTime,jdbcType=TIMESTAMP}, #{wxOpenid,jdbcType=VARCHAR}, #{roomUid,jdbcType=BIGINT},
|
||||
#{shareUid,jdbcType=BIGINT}, #{shareChannel,jdbcType=TINYINT}, #{wxPubFansOpenid,jdbcType=VARCHAR},
|
||||
#{wxPubFansGender,jdbcType=TINYINT}, #{os,jdbcType=VARCHAR}, #{osversion,jdbcType=VARCHAR},
|
||||
#{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP}, #{roomUid,jdbcType=BIGINT},
|
||||
#{shareUid,jdbcType=BIGINT}, #{shareChannel,jdbcType=TINYINT},#{os,jdbcType=VARCHAR}, #{osversion,jdbcType=VARCHAR},
|
||||
#{app,jdbcType=VARCHAR}, #{imei,jdbcType=VARCHAR}, #{adid,jdbcType=VARCHAR}, #{channel,jdbcType=VARCHAR},
|
||||
#{linkedmeChannel,jdbcType=VARCHAR}, #{ispType,jdbcType=VARCHAR}, #{netType,jdbcType=VARCHAR},
|
||||
#{model,jdbcType=VARCHAR}, #{deviceId,jdbcType=VARCHAR}, #{newDevice,jdbcType=BIT},
|
||||
#{appVersion,jdbcType=VARCHAR}, #{accBlockStartTime,jdbcType=TIMESTAMP}, #{accBlockEndTime,jdbcType=TIMESTAMP},
|
||||
#{deviceBlockStartTime,jdbcType=TIMESTAMP}, #{deviceBlockEndTime,jdbcType=TIMESTAMP},
|
||||
#{nobleId,jdbcType=INTEGER}, #{nobleName,jdbcType=VARCHAR}, #{paymentPwd,jdbcType=VARCHAR},
|
||||
#{deviceBlockStartTime,jdbcType=TIMESTAMP}, #{deviceBlockEndTime,jdbcType=TIMESTAMP}, #{paymentPwd,jdbcType=VARCHAR},
|
||||
#{realName,jdbcType=VARCHAR}, #{idCardNum,jdbcType=VARCHAR}, #{parentMode,jdbcType=BIT},
|
||||
#{parentModePwd,jdbcType=VARCHAR}, #{useStatus,jdbcType=TINYINT}, #{currentApp,jdbcType=VARCHAR},
|
||||
#{platformRole,jdbcType=TINYINT}, #{certifyModifyTimes,jdbcType=INTEGER})
|
||||
@@ -246,12 +226,6 @@
|
||||
<if test="signture != null">
|
||||
signture,
|
||||
</if>
|
||||
<if test="userVoice != null">
|
||||
user_voice,
|
||||
</if>
|
||||
<if test="voiceDura != null">
|
||||
voice_dura,
|
||||
</if>
|
||||
<if test="followNum != null">
|
||||
follow_num,
|
||||
</if>
|
||||
@@ -288,12 +262,6 @@
|
||||
<if test="userDesc != null">
|
||||
user_desc,
|
||||
</if>
|
||||
<if test="alipayAccount != null">
|
||||
alipay_account,
|
||||
</if>
|
||||
<if test="alipayAccountName != null">
|
||||
alipay_account_name,
|
||||
</if>
|
||||
<if test="createTime != null">
|
||||
create_time,
|
||||
</if>
|
||||
@@ -312,12 +280,6 @@
|
||||
<if test="shareChannel != null">
|
||||
share_channel,
|
||||
</if>
|
||||
<if test="wxPubFansOpenid != null">
|
||||
wx_pub_fans_openid,
|
||||
</if>
|
||||
<if test="wxPubFansGender != null">
|
||||
wx_pub_fans_gender,
|
||||
</if>
|
||||
<if test="os != null">
|
||||
os,
|
||||
</if>
|
||||
@@ -375,12 +337,6 @@
|
||||
<if test="deviceBlockEndTime != null">
|
||||
device_block_end_time,
|
||||
</if>
|
||||
<if test="nobleId != null">
|
||||
noble_id,
|
||||
</if>
|
||||
<if test="nobleName != null">
|
||||
noble_name,
|
||||
</if>
|
||||
<if test="paymentPwd != null">
|
||||
payment_pwd,
|
||||
</if>
|
||||
@@ -440,12 +396,6 @@
|
||||
<if test="signture != null">
|
||||
#{signture,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="userVoice != null">
|
||||
#{userVoice,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="voiceDura != null">
|
||||
#{voiceDura,jdbcType=INTEGER},
|
||||
</if>
|
||||
<if test="followNum != null">
|
||||
#{followNum,jdbcType=INTEGER},
|
||||
</if>
|
||||
@@ -482,21 +432,12 @@
|
||||
<if test="userDesc != null">
|
||||
#{userDesc,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="alipayAccount != null">
|
||||
#{alipayAccount,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="alipayAccountName != null">
|
||||
#{alipayAccountName,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="createTime != null">
|
||||
#{createTime,jdbcType=TIMESTAMP},
|
||||
</if>
|
||||
<if test="updateTime != null">
|
||||
#{updateTime,jdbcType=TIMESTAMP},
|
||||
</if>
|
||||
<if test="wxOpenid != null">
|
||||
#{wxOpenid,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="roomUid != null">
|
||||
#{roomUid,jdbcType=BIGINT},
|
||||
</if>
|
||||
@@ -506,12 +447,6 @@
|
||||
<if test="shareChannel != null">
|
||||
#{shareChannel,jdbcType=TINYINT},
|
||||
</if>
|
||||
<if test="wxPubFansOpenid != null">
|
||||
#{wxPubFansOpenid,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="wxPubFansGender != null">
|
||||
#{wxPubFansGender,jdbcType=TINYINT},
|
||||
</if>
|
||||
<if test="os != null">
|
||||
#{os,jdbcType=VARCHAR},
|
||||
</if>
|
||||
@@ -569,12 +504,6 @@
|
||||
<if test="deviceBlockEndTime != null">
|
||||
#{deviceBlockEndTime,jdbcType=TIMESTAMP},
|
||||
</if>
|
||||
<if test="nobleId != null">
|
||||
#{nobleId,jdbcType=INTEGER},
|
||||
</if>
|
||||
<if test="nobleName != null">
|
||||
#{nobleName,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="paymentPwd != null">
|
||||
#{paymentPwd,jdbcType=VARCHAR},
|
||||
</if>
|
||||
@@ -584,12 +513,6 @@
|
||||
<if test="idCardNum != null">
|
||||
#{idCardNum,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="parentMode != null">
|
||||
#{parentMode,jdbcType=BIT},
|
||||
</if>
|
||||
<if test="parentModePwd != null">
|
||||
#{parentModePwd,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="useStatus != null">
|
||||
#{useStatus,jdbcType=TINYINT},
|
||||
</if>
|
||||
@@ -643,12 +566,6 @@
|
||||
<if test="record.signture != null">
|
||||
signture = #{record.signture,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="record.userVoice != null">
|
||||
user_voice = #{record.userVoice,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="record.voiceDura != null">
|
||||
voice_dura = #{record.voiceDura,jdbcType=INTEGER},
|
||||
</if>
|
||||
<if test="record.followNum != null">
|
||||
follow_num = #{record.followNum,jdbcType=INTEGER},
|
||||
</if>
|
||||
@@ -685,21 +602,12 @@
|
||||
<if test="record.userDesc != null">
|
||||
user_desc = #{record.userDesc,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="record.alipayAccount != null">
|
||||
alipay_account = #{record.alipayAccount,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="record.alipayAccountName != null">
|
||||
alipay_account_name = #{record.alipayAccountName,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="record.createTime != null">
|
||||
create_time = #{record.createTime,jdbcType=TIMESTAMP},
|
||||
</if>
|
||||
<if test="record.updateTime != null">
|
||||
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
|
||||
</if>
|
||||
<if test="record.wxOpenid != null">
|
||||
wx_openId = #{record.wxOpenid,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="record.roomUid != null">
|
||||
room_uid = #{record.roomUid,jdbcType=BIGINT},
|
||||
</if>
|
||||
@@ -709,12 +617,6 @@
|
||||
<if test="record.shareChannel != null">
|
||||
share_channel = #{record.shareChannel,jdbcType=TINYINT},
|
||||
</if>
|
||||
<if test="record.wxPubFansOpenid != null">
|
||||
wx_pub_fans_openid = #{record.wxPubFansOpenid,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="record.wxPubFansGender != null">
|
||||
wx_pub_fans_gender = #{record.wxPubFansGender,jdbcType=TINYINT},
|
||||
</if>
|
||||
<if test="record.os != null">
|
||||
os = #{record.os,jdbcType=VARCHAR},
|
||||
</if>
|
||||
@@ -766,12 +668,6 @@
|
||||
<if test="record.deviceBlockEndTime != null">
|
||||
device_block_end_time = #{record.deviceBlockEndTime,jdbcType=TIMESTAMP},
|
||||
</if>
|
||||
<if test="record.nobleId != null">
|
||||
noble_id = #{record.nobleId,jdbcType=INTEGER},
|
||||
</if>
|
||||
<if test="record.nobleName != null">
|
||||
noble_name = #{record.nobleName,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="record.paymentPwd != null">
|
||||
payment_pwd = #{record.paymentPwd,jdbcType=VARCHAR},
|
||||
</if>
|
||||
@@ -818,8 +714,6 @@
|
||||
nick = #{record.nick,jdbcType=VARCHAR},
|
||||
email = #{record.email,jdbcType=VARCHAR},
|
||||
signture = #{record.signture,jdbcType=VARCHAR},
|
||||
user_voice = #{record.userVoice,jdbcType=VARCHAR},
|
||||
voice_dura = #{record.voiceDura,jdbcType=INTEGER},
|
||||
follow_num = #{record.followNum,jdbcType=INTEGER},
|
||||
fans_num = #{record.fansNum,jdbcType=INTEGER},
|
||||
def_user = #{record.defUser,jdbcType=TINYINT},
|
||||
@@ -832,16 +726,11 @@
|
||||
avatar = #{record.avatar,jdbcType=VARCHAR},
|
||||
region = #{record.region,jdbcType=VARCHAR},
|
||||
user_desc = #{record.userDesc,jdbcType=VARCHAR},
|
||||
alipay_account = #{record.alipayAccount,jdbcType=VARCHAR},
|
||||
alipay_account_name = #{record.alipayAccountName,jdbcType=VARCHAR},
|
||||
create_time = #{record.createTime,jdbcType=TIMESTAMP},
|
||||
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
|
||||
wx_openId = #{record.wxOpenid,jdbcType=VARCHAR},
|
||||
room_uid = #{record.roomUid,jdbcType=BIGINT},
|
||||
share_uid = #{record.shareUid,jdbcType=BIGINT},
|
||||
share_channel = #{record.shareChannel,jdbcType=TINYINT},
|
||||
wx_pub_fans_openid = #{record.wxPubFansOpenid,jdbcType=VARCHAR},
|
||||
wx_pub_fans_gender = #{record.wxPubFansGender,jdbcType=TINYINT},
|
||||
os = #{record.os,jdbcType=VARCHAR},
|
||||
osVersion = #{record.osversion,jdbcType=VARCHAR},
|
||||
app = #{record.app,jdbcType=VARCHAR},
|
||||
@@ -859,13 +748,9 @@
|
||||
acc_block_end_time = #{record.accBlockEndTime,jdbcType=TIMESTAMP},
|
||||
device_block_start_time = #{record.deviceBlockStartTime,jdbcType=TIMESTAMP},
|
||||
device_block_end_time = #{record.deviceBlockEndTime,jdbcType=TIMESTAMP},
|
||||
noble_id = #{record.nobleId,jdbcType=INTEGER},
|
||||
noble_name = #{record.nobleName,jdbcType=VARCHAR},
|
||||
payment_pwd = #{record.paymentPwd,jdbcType=VARCHAR},
|
||||
real_name = #{record.realName,jdbcType=VARCHAR},
|
||||
id_card_num = #{record.idCardNum,jdbcType=VARCHAR},
|
||||
parent_mode = #{record.parentMode,jdbcType=BIT},
|
||||
parent_mode_pwd = #{record.parentModePwd,jdbcType=VARCHAR},
|
||||
id_card_num = #{record.idCardNum,jdbcType=VARCHAR},,
|
||||
use_status = #{record.useStatus,jdbcType=TINYINT},
|
||||
current_app = #{record.currentApp,jdbcType=VARCHAR},
|
||||
platform_role = #{record.platformRole,jdbcType=TINYINT},
|
||||
@@ -902,12 +787,6 @@
|
||||
<if test="signture != null">
|
||||
signture = #{signture,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="userVoice != null">
|
||||
user_voice = #{userVoice,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="voiceDura != null">
|
||||
voice_dura = #{voiceDura,jdbcType=INTEGER},
|
||||
</if>
|
||||
<if test="followNum != null">
|
||||
follow_num = #{followNum,jdbcType=INTEGER},
|
||||
</if>
|
||||
@@ -944,21 +823,12 @@
|
||||
<if test="userDesc != null">
|
||||
user_desc = #{userDesc,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="alipayAccount != null">
|
||||
alipay_account = #{alipayAccount,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="alipayAccountName != null">
|
||||
alipay_account_name = #{alipayAccountName,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="createTime != null">
|
||||
create_time = #{createTime,jdbcType=TIMESTAMP},
|
||||
</if>
|
||||
<if test="updateTime != null">
|
||||
update_time = #{updateTime,jdbcType=TIMESTAMP},
|
||||
</if>
|
||||
<if test="wxOpenid != null">
|
||||
wx_openId = #{wxOpenid,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="roomUid != null">
|
||||
room_uid = #{roomUid,jdbcType=BIGINT},
|
||||
</if>
|
||||
@@ -968,12 +838,6 @@
|
||||
<if test="shareChannel != null">
|
||||
share_channel = #{shareChannel,jdbcType=TINYINT},
|
||||
</if>
|
||||
<if test="wxPubFansOpenid != null">
|
||||
wx_pub_fans_openid = #{wxPubFansOpenid,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="wxPubFansGender != null">
|
||||
wx_pub_fans_gender = #{wxPubFansGender,jdbcType=TINYINT},
|
||||
</if>
|
||||
<if test="os != null">
|
||||
os = #{os,jdbcType=VARCHAR},
|
||||
</if>
|
||||
@@ -1040,12 +904,6 @@
|
||||
<if test="idCardNum != null">
|
||||
id_card_num = #{idCardNum,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="parentMode != null">
|
||||
parent_mode = #{parentMode,jdbcType=BIT},
|
||||
</if>
|
||||
<if test="parentModePwd != null">
|
||||
parent_mode_pwd = #{parentModePwd,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="useStatus != null">
|
||||
use_status = #{useStatus,jdbcType=TINYINT},
|
||||
</if>
|
||||
@@ -1080,8 +938,6 @@
|
||||
nick = #{nick,jdbcType=VARCHAR},
|
||||
email = #{email,jdbcType=VARCHAR},
|
||||
signture = #{signture,jdbcType=VARCHAR},
|
||||
user_voice = #{userVoice,jdbcType=VARCHAR},
|
||||
voice_dura = #{voiceDura,jdbcType=INTEGER},
|
||||
follow_num = #{followNum,jdbcType=INTEGER},
|
||||
fans_num = #{fansNum,jdbcType=INTEGER},
|
||||
def_user = #{defUser,jdbcType=TINYINT},
|
||||
@@ -1094,16 +950,11 @@
|
||||
avatar = #{avatar,jdbcType=VARCHAR},
|
||||
region = #{region,jdbcType=VARCHAR},
|
||||
user_desc = #{userDesc,jdbcType=VARCHAR},
|
||||
alipay_account = #{alipayAccount,jdbcType=VARCHAR},
|
||||
alipay_account_name = #{alipayAccountName,jdbcType=VARCHAR},
|
||||
create_time = #{createTime,jdbcType=TIMESTAMP},
|
||||
update_time = #{updateTime,jdbcType=TIMESTAMP},
|
||||
wx_openId = #{wxOpenid,jdbcType=VARCHAR},
|
||||
room_uid = #{roomUid,jdbcType=BIGINT},
|
||||
share_uid = #{shareUid,jdbcType=BIGINT},
|
||||
share_channel = #{shareChannel,jdbcType=TINYINT},
|
||||
wx_pub_fans_openid = #{wxPubFansOpenid,jdbcType=VARCHAR},
|
||||
wx_pub_fans_gender = #{wxPubFansGender,jdbcType=TINYINT},
|
||||
os = #{os,jdbcType=VARCHAR},
|
||||
osVersion = #{osversion,jdbcType=VARCHAR},
|
||||
app = #{app,jdbcType=VARCHAR},
|
||||
@@ -1126,8 +977,6 @@
|
||||
payment_pwd = #{paymentPwd,jdbcType=VARCHAR},
|
||||
real_name = #{realName,jdbcType=VARCHAR},
|
||||
id_card_num = #{idCardNum,jdbcType=VARCHAR},
|
||||
parent_mode = #{parentMode,jdbcType=BIT},
|
||||
parent_mode_pwd = #{parentModePwd,jdbcType=VARCHAR},
|
||||
use_status = #{useStatus,jdbcType=TINYINT},
|
||||
current_app = #{currentApp,jdbcType=VARCHAR},
|
||||
platform_role = #{platformRole,jdbcType=TINYINT},
|
||||
|
@@ -11,8 +11,6 @@
|
||||
<result column="nick" property="nick" jdbcType="VARCHAR" />
|
||||
<result column="email" property="email" jdbcType="VARCHAR" />
|
||||
<result column="signture" property="signture" jdbcType="VARCHAR" />
|
||||
<result column="user_voice" property="userVoice" jdbcType="VARCHAR" />
|
||||
<result column="voice_dura" property="voiceDura" jdbcType="INTEGER" />
|
||||
<result column="follow_num" property="followNum" jdbcType="INTEGER" />
|
||||
<result column="fans_num" property="fansNum" jdbcType="INTEGER" />
|
||||
<result column="def_user" property="defUser" jdbcType="TINYINT" />
|
||||
@@ -25,16 +23,11 @@
|
||||
<result column="avatar" property="avatar" jdbcType="VARCHAR" />
|
||||
<result column="region" property="region" jdbcType="VARCHAR" />
|
||||
<result column="user_desc" property="userDesc" jdbcType="VARCHAR" />
|
||||
<result column="alipay_account" property="alipayAccount" jdbcType="VARCHAR" />
|
||||
<result column="alipay_account_name" property="alipayAccountName" jdbcType="VARCHAR" />
|
||||
<result column="create_time" property="createTime" jdbcType="TIMESTAMP" />
|
||||
<result column="update_time" property="updateTime" jdbcType="TIMESTAMP" />
|
||||
<result column="wx_pub_fans_openid" property="wxPubFansOpenid" jdbcType="VARCHAR" />
|
||||
<result column="wx_pub_fans_gender" property="wxPubFansGender" jdbcType="TINYINT" />
|
||||
<result column="room_uid" property="roomUid" jdbcType="BIGINT" />
|
||||
<result column="share_uid" property="shareUid" jdbcType="BIGINT" />
|
||||
<result column="share_channel" property="shareChannel" jdbcType="TINYINT" />
|
||||
<result column="wx_openId" property="wxOpenid" jdbcType="VARCHAR" />
|
||||
<result column="os" property="os" jdbcType="VARCHAR" />
|
||||
<result column="osVersion" property="osversion" jdbcType="VARCHAR" />
|
||||
<result column="app" property="app" jdbcType="VARCHAR" />
|
||||
@@ -46,8 +39,6 @@
|
||||
<result column="model" property="model" jdbcType="VARCHAR" />
|
||||
<result column="device_id" property="deviceId" jdbcType="VARCHAR" />
|
||||
<result column="app_version" property="appVersion" jdbcType="VARCHAR" />
|
||||
<result column="noble_id" property="nobleId" jdbcType="INTEGER" />
|
||||
<result column="noble_name" property="nobleName" jdbcType="VARCHAR" />
|
||||
<result column="certify_modify_times" jdbcType="INTEGER" property="certifyModifyTimes" />
|
||||
<result column="invite_code" property="inviteCode" jdbcType="VARCHAR" />
|
||||
<result column="invite_uid" property="inviteUid" jdbcType="BIGINT" />
|
||||
@@ -55,10 +46,9 @@
|
||||
|
||||
<sql id="Base_Column_List">
|
||||
`uid`, erban_no, has_pretty_erban_no, phone, birth, star, nick, email, signture,
|
||||
user_voice, voice_dura, follow_num, fans_num, def_user, fortune, channel_type, last_login_time,
|
||||
last_login_ip, last_login_region, gender, avatar, region, user_desc, alipay_account, alipay_account_name,
|
||||
create_time, update_time, wx_openId, room_uid, share_uid, share_channel, wx_pub_fans_openid,
|
||||
wx_pub_fans_gender, os, osVersion, app, imei, channel, linkedme_channel, isp_type,
|
||||
follow_num, fans_num, def_user, fortune, channel_type, last_login_time,
|
||||
last_login_ip, last_login_region, gender, avatar, region, user_desc,
|
||||
create_time, update_time, room_uid, share_uid, share_channel, os, osVersion, app, imei, channel, linkedme_channel, isp_type,
|
||||
net_type, model, device_id, new_device, app_version, acc_block_start_time, acc_block_end_time,
|
||||
device_block_start_time, device_block_end_time, noble_id, noble_name, payment_pwd,
|
||||
real_name, id_card_num, parent_mode, parent_mode_pwd, use_status, current_app, platform_role,
|
||||
|
Reference in New Issue
Block a user