select id, year, contents, examine_id, file_name, file_path, month, create_time from bdgl_examine_details
insert into bdgl_examine_details
year,contents,examine_id,file_name,file_path,month,create_time,#{year},#{contents},#{examineId},#{fileName},#{filePath},#{month},#{createTime},
update bdgl_examine_details
year = #{year},contents = #{contents},examine_id = #{examineId},file_name = #{fileName},file_path = #{filePath},month = #{month},create_time = #{createTime},
where id = #{id}
delete from bdgl_examine_details where id = #{id}
delete from bdgl_examine_details where id in
#{id}