select id, allow_id, wx_openid, wx_nickname, gmt_create, video_id from b_video_allow
insert into b_video_allow
allow_id,wx_openid,wx_nickname,gmt_create,video_id,#{allowId},#{wxOpenid},#{wxNickname},#{gmtCreate},#{videoId},
update b_video_allow
allow_id = #{allowId},wx_openid = #{wxOpenid},wx_nickname = #{wxNickname},gmt_create = #{gmtCreate},video_id = #{videoId},
where id = #{id}
delete from b_video_allow where id = #{id}
delete from b_video_allow where id in
#{id}