select id, act_code, description, bg_img, bg_img2, qr_code, create_time, update_time from act_page_config_subscribe
insert into act_page_config_subscribe
act_code,description,bg_img,bg_img2,qr_code,create_time,update_time,#{actCode},#{description},#{bgImg},#{bgImg2},#{qrCode},#{createTime},#{updateTime},
update act_page_config_subscribe
act_code = #{actCode},description = #{description},bg_img = #{bgImg},bg_img2 = #{bgImg2},qr_code = #{qrCode},create_time = #{createTime},update_time = #{updateTime},
where id = #{id}
delete from act_page_config_subscribe where id = #{id}
delete from act_page_config_subscribe where id in
#{id}