uid, superior_bouns, occupation_ratio, bank_card, cardholder, green_recom, new_users,
game_room, green_sort_no, suibao
insert into user_configure (uid, superior_bouns, occupation_ratio,
bank_card, cardholder, green_recom,
new_users, game_room, green_sort_no,
suibao)
values (#{uid,jdbcType=BIGINT}, #{superiorBouns,jdbcType=TINYINT}, #{occupationRatio,jdbcType=TINYINT},
#{bankCard,jdbcType=VARCHAR}, #{cardholder,jdbcType=VARCHAR}, #{greenRecom,jdbcType=TINYINT},
#{newUsers,jdbcType=TINYINT}, #{gameRoom,jdbcType=TINYINT}, #{greenSortNo,jdbcType=INTEGER},
#{suibao,jdbcType=INTEGER})
insert into user_configure
uid,
superior_bouns,
occupation_ratio,
bank_card,
cardholder,
green_recom,
new_users,
game_room,
green_sort_no,
suibao,
#{uid,jdbcType=BIGINT},
#{superiorBouns,jdbcType=TINYINT},
#{occupationRatio,jdbcType=TINYINT},
#{bankCard,jdbcType=VARCHAR},
#{cardholder,jdbcType=VARCHAR},
#{greenRecom,jdbcType=TINYINT},
#{newUsers,jdbcType=TINYINT},
#{gameRoom,jdbcType=TINYINT},
#{greenSortNo,jdbcType=INTEGER},
#{suibao,jdbcType=INTEGER},
update user_configure
superior_bouns = #{superiorBouns,jdbcType=TINYINT},
occupation_ratio = #{occupationRatio,jdbcType=TINYINT},
bank_card = #{bankCard,jdbcType=VARCHAR},
cardholder = #{cardholder,jdbcType=VARCHAR},
green_recom = #{greenRecom,jdbcType=TINYINT},
new_users = #{newUsers,jdbcType=TINYINT},
game_room = #{gameRoom,jdbcType=TINYINT},
green_sort_no = #{greenSortNo,jdbcType=INTEGER},
suibao = #{suibao,jdbcType=INTEGER},
where uid = #{uid,jdbcType=BIGINT}
update user_configure
set superior_bouns = #{superiorBouns,jdbcType=TINYINT},
occupation_ratio = #{occupationRatio,jdbcType=TINYINT},
bank_card = #{bankCard,jdbcType=VARCHAR},
cardholder = #{cardholder,jdbcType=VARCHAR},
green_recom = #{greenRecom,jdbcType=TINYINT},
new_users = #{newUsers,jdbcType=TINYINT},
game_room = #{gameRoom,jdbcType=TINYINT},
green_sort_no = #{greenSortNo,jdbcType=INTEGER},
suibao = #{suibao,jdbcType=INTEGER}
where uid = #{uid,jdbcType=BIGINT}
delete from user_configure
where uid = #{uid,jdbcType=BIGINT}