select id, notice_title, notice_img, notice_content, notice_status, notice_author, create_at, update_at, del_flag from mall_cms_notice insert into mall_cms_notice notice_title, notice_img, notice_content, notice_status, notice_author, create_at, update_at, del_flag, #{noticeTitle}, #{noticeImg}, #{noticeContent}, #{noticeStatus}, #{noticeAuthor}, #{createAt}, #{updateAt}, #{delFlag}, update mall_cms_notice notice_title = #{noticeTitle}, notice_img = #{noticeImg}, notice_content = #{noticeContent}, notice_status = #{noticeStatus}, notice_author = #{noticeAuthor}, create_at = #{createAt}, update_at = #{updateAt}, del_flag = #{delFlag}, where id = #{id} delete from mall_cms_notice where id = #{id} delete from mall_cms_notice where id in #{id}