select id, title, type, cast(content as char) as content,company_id, status, create_by, create_time, update_by, update_time, remark, file_path, file_name, dept_id, publish_date
from sys_notice
update sys_notice set del_flag = 1 where id in
#{noticeId}