select id, public_id, read_count, content, create_by, create_time, update_by, update_time, remark from playlet_public_detail
insert into playlet_public_detail
public_id,read_count,content,create_by,create_time,update_by,update_time,remark,#{publicId},#{readCount},#{content},#{createBy},#{createTime},#{updateBy},#{updateTime},#{remark},
update playlet_public_detail
public_id = #{publicId},read_count = #{readCount},content = #{content},create_by = #{createBy},create_time = #{createTime},update_by = #{updateBy},update_time = #{updateTime},remark = #{remark},
where id = #{id}
delete from playlet_public_detail where id = #{id}
delete from playlet_public_detail where id in
#{id}