select id, name, public_type, detail_type, detail_tags, introduction, author_alias, manager_id, manager_ids, logo_url, address, original_content_count, followers_count, create_by, create_time, update_by, update_time, remark from playlet_public_account
insert into playlet_public_account
name,
public_type,
detail_type,
detail_tags,
introduction,
author_alias,
manager_id,
manager_ids,
logo_url,
address,
original_content_count,
followers_count,
create_by,
create_time,
update_by,
update_time,
remark,
#{name},
#{publicType},
#{detailType},
#{detailTags},
#{introduction},
#{authorAlias},
#{managerId},
#{managerIds},
#{logoUrl},
#{address},
#{originalContentCount},
#{followersCount},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{remark},
update playlet_public_account
name = #{name},
public_type = #{publicType},
detail_type = #{detailType},
detail_tags = #{detailTags},
introduction = #{introduction},
author_alias = #{authorAlias},
manager_id = #{managerId},
manager_ids = #{managerIds},
logo_url = #{logoUrl},
address = #{address},
original_content_count = #{originalContentCount},
followers_count = #{followersCount},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
remark = #{remark},
where id = #{id}
delete from playlet_public_account where id = #{id}
delete from playlet_public_account where id in
#{id}