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