UPDATE t_notice
SET watch_amount = watch_amount + 1
WHERE notice_id = #{noticeId}
UPDATE t_notice
SET deleted_flag = #{deletedFlag}
WHERE notice_id IN
#{item}
UPDATE t_notice
SET notice_type = #{noticeType},
notice_belong_type = #{noticeBelongType},
notice_title = #{noticeTitle},
notice_content = #{noticeContent},
link_address = #{linkAddress},
cover_file_key = #{coverFileKey},
accessory_file_keys = #{accessoryFileKeys},
top_flag = #{topFlag},
publish_time = #{publishTime},
disabled_flag = #{disabledFlag}
WHERE notice_id = #{noticeId}