delete
from ard_carousel_window_channel
where window_id = #{windowId}
delete from ard_carousel_window_channel where window_id in
#{windowId}
insert into ard_carousel_window_channel(window_id, camera_id,chan_no) values
(#{item.windowId},#{item.cameraId},#{item.chanNo})
delete
from ard_carousel_window_channel
where window_id = #{item.windowId}
and camera_id = #{item.cameraId}
and chan_no = #{item.chanNo}
delete from ard_carousel_window_channel where camera_id=#{cameraId} and chan_no=#{chanNo} and window_id in
#{windowId}