select id, camera_id, chan_no, user_id, position from ard_camera_user_postion
insert into ard_camera_user_postion
id,camera_id,chan_no,user_id,position,#{id},#{cameraId},#{chanNo},#{userId},#{position},
update ard_camera_user_postion
camera_id = #{cameraId},chan_no = #{chanNo},user_id = #{userId},position = #{position},
where position = #{position} and user_id = #{userId}
delete from ard_camera_user_postion where id = #{id}
delete from ard_camera_user_postion where id in
#{id}