select id, name, sort from mall_hot_word insert into mall_hot_word name, sort, #{name}, #{sort}, update mall_hot_word name = #{name}, sort = #{sort}, where id = #{id} delete from mall_hot_word where id = #{id} delete from mall_hot_word where id in #{id}