select id, short_words, tagIds, user_id, words_count, weight, audit_state
from cms_short_words
insert into cms_short_words
short_words,tagIds,user_id,words_count,weight,audit_state,#{shortWords},#{tagids},#{userId},#{wordsCount},#{weight},#{auditState},
update cms_short_words
short_words = #{shortWords},tagIds = #{tagids},user_id = #{userId},words_count = #{wordsCount},weight = #{weight},audit_state = #{auditState},
where id = #{id}
delete from cms_short_words where id = #{id}
delete from cms_short_words where id in
#{id}