select id, process_id, lat, lon, create_by, create_time, update_by, update_time from bk_location_record
insert into bk_location_record
id,process_id,lat,lon,create_by,create_time,update_by,update_time,#{id},#{processId},#{lat},#{lon},#{createBy},#{createTime},#{updateBy},#{updateTime},
update bk_location_record
process_id = #{processId},lat = #{lat},lon = #{lon},create_by = #{createBy},create_time = #{createTime},update_by = #{updateBy},update_time = #{updateTime},
where id = #{id}
delete from bk_location_record where id = #{id}
delete from bk_location_record where id in
#{id}