select id, act_code, description, bg_img, qr_code, create_time, update_time from act_page_config_subscribe
insert into act_page_config_subscribe
act_code,description,bg_img,qr_code,create_time,update_time,#{actCode},#{description},#{bgImg},#{qrCode},#{createTime},#{updateTime},
update act_page_config_subscribe
act_code = #{actCode},description = #{description},bg_img = #{bgImg},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}
delete from act_page_config_subscribe where act_code in
#{actCode}