select id, name, sex, sfzmlx, sfzmhm, crdate, birthday, mobile, password, wechar, openid, inscode, create_time, update_time, pxcx from user_info
insert into user_info
id,
name,
sex,
sfzmlx,
sfzmhm,
crdate,
birthday,
mobile,
password,
wechar,
openid,
inscode,
create_time,
update_time,
pxcx,
#{id},
#{name},
#{sex},
#{sfzmlx},
#{sfzmhm},
#{crdate},
#{birthday},
#{mobile},
#{password},
#{wechar},
#{openid},
#{inscode},
#{createTime},
#{updateTime},
#{pxcx},
update user_info
name = #{name},
sex = #{sex},
sfzmlx = #{sfzmlx},
sfzmhm = #{sfzmhm},
crdate = #{crdate},
birthday = #{birthday},
mobile = #{mobile},
password = #{password},
wechar = #{wechar},
openid = #{openid},
inscode = #{inscode},
create_time = #{createTime},
update_time = #{updateTime},
pxcx = #{pxcx},
where id = #{id}
delete from user_info where id = #{id}
delete from user_info where id in
#{id}