select id, type, ctype, course, grade, version, pack_id, pack_name, pack_imgurl, pack_intro, section_num, `from`, priority from b_busi_dezhi_video_package
insert into b_busi_dezhi_video_package
type,
ctype,
course,
grade,
version,
pack_id,
pack_name,
pack_imgurl,
pack_intro,
section_num,
`from`,
priority,
#{type},
#{ctype},
#{course},
#{grade},
#{version},
#{packId},
#{packName},
#{packImgurl},
#{packIntro},
#{sectionNum},
#{from},
#{priority},
update b_busi_dezhi_video_package
type = #{type},
ctype = #{ctype},
course = #{course},
grade = #{grade},
version = #{version},
pack_id = #{packId},
pack_name = #{packName},
pack_imgurl = #{packImgurl},
pack_intro = #{packIntro},
section_num = #{sectionNum},
`from` = #{from},
priority = #{priority},
where id = #{id}
delete from b_busi_dezhi_video_package where id = #{id}
delete from b_busi_dezhi_video_package where id in
#{id}