select id, name, poi, camera_id, enabled, dept_id, user_id, create_by, create_time, update_by, update_time from ard_no_viewing_zone insert into ard_no_viewing_zone id, name, poi, camera_id, enabled, dept_id, user_id, create_by, create_time, update_by, update_time, #{id}, #{name}, #{poi}, #{cameraId}, #{enabled}, #{deptId}, #{userId}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, update ard_no_viewing_zone name = #{name}, poi = #{poi}, camera_id = #{cameraId}, enabled = #{enabled}, dept_id = #{deptId}, user_id = #{userId}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, where id = #{id} delete from ard_no_viewing_zone where id = #{id} delete from ard_no_viewing_zone where id in #{id}