select id, project_id, hole_id, code, begin_depth, end_depth, create_time, record_person, description, is_delete from js_hole_log insert into js_hole_log id, project_id, hole_id, code, begin_depth, end_depth, create_time, record_person, description, is_delete, #{id}, #{projectId}, #{holeId}, #{code}, #{beginDepth}, #{endDepth}, #{createTime}, #{recordPerson}, #{description}, #{isDelete}, update js_hole_log project_id = #{projectId}, hole_id = #{holeId}, code = #{code}, begin_depth = #{beginDepth}, end_depth = #{endDepth}, create_time = #{createTime}, record_person = #{recordPerson}, description = #{description}, is_delete = #{isDelete}, where id = #{id} delete from js_hole_log where id = #{id} delete from js_hole_log where id in #{id}