insert into news_website.news_information_police(news_information_id, news_police_id, is_sign)
values
(#{entity.newsInformationId}, #{entity.newsPoliceId}, #{entity.isSign})
insert into news_website.news_information_police(news_information_id, news_police_id, is_sign)
values
(#{entity.newsInformationId}, #{entity.newsPoliceId}, #{entity.isSign})
on duplicate key update
news_information_id = values(news_information_id) , news_police_id = values(news_police_id) , is_sign = values(is_sign)