select ids, company_id, description, handle_status, hole_code, hole_id, level, map_time, project_id, type, is_delete from js_handle_exception
insert into js_handle_exception
ids,
company_id,
description,
handle_status,
hole_code,
hole_id,
level,
map_time,
project_id,
type,
is_delete,
#{ids},
#{companyId},
#{description},
#{handleStatus},
#{holeCode},
#{holeId},
#{level},
#{mapTime},
#{projectId},
#{type},
#{isDelete},
update js_handle_exception
company_id = #{companyId},
description = #{description},
handle_status = #{handleStatus},
hole_code = #{holeCode},
hole_id = #{holeId},
level = #{level},
map_time = #{mapTime},
project_id = #{projectId},
type = #{type},
is_delete = #{isDelete},
where ids = #{ids}
delete from js_handle_exception where ids = #{ids}
delete from js_handle_exception where ids in
#{ids}