select note_id, markdown_content, ueditor_content from nm_note_content
insert into nm_note_content
note_id,markdown_content,ueditor_content,#{noteId},#{markdownContent},#{ueditorContent},
update nm_note_content
markdown_content = #{markdownContent},ueditor_content = #{ueditorContent},
where note_id = #{noteId}
delete from nm_note_content where note_id = #{noteId}
delete from nm_note_content where note_id in
#{noteId}