select id, wxid, name, union_id, app_key, secret_key, is_active, is_count, touser, created_at, updated_at from super_admin
insert into super_admin
wxid,
name,
union_id,
app_key,
secret_key,
is_active,
is_count,
touser,
created_at,
updated_at,
#{wxid},
#{name},
#{unionId},
#{appKey},
#{secretKey},
#{isActive},
#{isCount},
#{touser},
now(),
now(),
update super_admin
wxid = #{wxid},
name = #{name},
union_id = #{unionId},
app_key = #{appKey},
secret_key = #{secretKey},
is_active = #{isActive},
is_count = #{isCount},
touser = #{touser},
updated_at = now(),
where id = #{id}
delete from super_admin where id = #{id}
delete from super_admin where id in
#{id}