select id, camera_id, p1, t1, z1, p2, t2, z2, well_id from ard_well_guide_camera
insert into ard_well_guide_camera
id,camera_id,p1,t1,z1,p2,t2,z2,well_id,#{id},#{cameraId},#{p1},#{t1},#{z1},#{p2},#{t2},#{z2},#{wellId},
update ard_well_guide_camera
camera_id = #{cameraId},p1 = #{p1},t1 = #{t1},z1 = #{z1},p2 = #{p2},t2 = #{t2},z2 = #{z2},well_id = #{wellId},
where id = #{id}
delete from ard_well_guide_camera where id = #{id}
delete from ard_well_guide_camera where id in
#{id}