select id, name, position, plan_id, carousel_time, user_id, dept_id, create_by, create_time, update_by, update_time, remark from ard_carousel_window
insert into ard_carousel_window
id,name,position,plan_id,carousel_time,user_id,dept_id,create_by,create_time,update_by,update_time,remark,#{id},#{name},#{position},#{planId},#{carouselTime},#{userId},#{deptId},#{createBy},#{createTime},#{updateBy},#{updateTime},#{remark},
update ard_carousel_window
name = #{name},position = #{position},plan_id = #{planId},carousel_time = #{carouselTime},user_id = #{userId},dept_id = #{deptId},create_by = #{createBy},create_time = #{createTime},update_by = #{updateBy},update_time = #{updateTime},remark = #{remark},
where id = #{id}
delete from ard_carousel_window where id = #{id}
delete from ard_carousel_window where id in
#{id}
delete from ard_carousel_window where plan_id = #{planId}