select id, user_id, news_id, type, create_time, creator, update_time, updater from inspection_news_association insert into inspection_news_association user_id, news_id, type, create_time, creator, update_time, updater, #{userId}, #{newsId}, #{type}, #{createTime}, #{creator}, #{updateTime}, #{updater}, update inspection_news_association user_id = #{userId}, news_id = #{newsId}, type = #{type}, create_time = #{createTime}, creator = #{creator}, update_time = #{updateTime}, updater = #{updater}, where id = #{id} delete from inspection_news_association where id = #{id} delete from inspection_news_association where id in #{id}