INSERT INTO shop_user
user_id,
username,
password,
phone,
nickname,
sex,
birthday,
addr,
register_time,
status,
vip,
online,
device_id,
device_type,
head_img,
vip_start_time,
vip_end_time,
#{userId},
#{username},
#{password},
#{phone},
#{nickname},
#{sex},
#{birthday},
#{addr},
#{registerTime},
#{status},
#{vip},
#{online},
#{deviceId},
#{deviceType},
#{headImg},
#{vipStartTime},
#{vipEndTime},
select id, user_id, username, password,device_type,device_id, phone, nickname, sex, birthday, addr, register_time, status, vip, online, create_time, update_time, is_del,head_img,vip_end_time,vip_start_time from shop_user
insert into shop_user
user_id,
username,
password,
phone,
nickname,
sex,
birthday,
addr,
register_time,
status,
vip,
online,
create_time,
update_time,
is_del,
#{userId},
#{username},
#{password},
#{phone},
#{nickname},
#{sex},
#{birthday},
#{addr},
#{registerTime},
#{status},
#{vip},
#{online},
#{createTime},
#{updateTime},
#{isDel},
update shop_user
user_id = #{userId},
username = #{username},
password = #{password},
phone = #{phone},
nickname = #{nickname},
sex = #{sex},
birthday = #{birthday},
addr = #{addr},
register_time = #{registerTime},
status = #{status},
vip = #{vip},
online = #{online},
create_time = #{createTime},
update_time = #{updateTime},
is_del = #{isDel},
vip_start_time = #{vipStartTime},
vip_end_time = #{vipEndTime},
where shop_user.user_id = #{userId}
delete from shop_user where id = #{id}
delete from shop_user where id in
#{id}