select bulletin_id, title, content, hot, create_by, create_time, update_by, update_time, del_flag from tb_business_bulletin
insert into tb_business_bulletin
title,
content,
hot,
create_by,
create_time,
update_by,
update_time,
del_flag,
#{title},
#{content},
#{hot},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{delFlag},
update tb_business_bulletin
title = #{title},
content = #{content},
hot = #{hot},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
del_flag = #{delFlag},
where bulletin_id = #{bulletinId}
update tb_business_bulletin
update_time = #{updateTime},
del_flag = '2'
where bulletin_id = #{bulletinId}
update tb_business_bulletin
update_time = #{updateTime},
del_flag = '2'
where bulletin_id in
#{bulletinId}