select id, nick_name, account_id, wx_id, phone, remark, img_url, count, media_id from sys_wx_sale_account
insert into sys_wx_sale_account
nick_name,account_id,wx_id,phone,remark,img_url,count,media_id,#{nickName},#{accountId},#{wxId},#{phone},#{remark},#{imgUrl},#{count},#{mediaId},
update sys_wx_sale_account
nick_name = #{nickName},account_id = #{accountId},wx_id = #{wxId},phone = #{phone},remark = #{remark},img_url = #{imgUrl},count = #{count},media_id = #{mediaId},
where id = #{id}
delete from sys_wx_sale_account where id = #{id}
delete from sys_wx_sale_account where id in
#{id}