select id, type, subType, description, refIds, location from b_www_news_ref
insert into b_www_news_ref
type,subType,description,refIds,location,#{type},#{subType},#{description},#{refIds},#{location},
update b_www_news_ref
type = #{type},subType = #{subType},description = #{description},refIds = #{refIds},location = #{location}
where id = #{id}
delete from b_www_news_ref where id = #{id}
delete from b_www_news_ref where id in
#{id}