select invite_id as ann_id, title from biz_invitation
insert into biz_invitation
ann_id,title,#{annId},#{title},
update biz_invitation
project_id = #{projectId},project_no = #{projectNo},template_url = #{templateUrl},qr_code_url = #{qrCodeUrl},share_url = #{shareUrl},publish_time = #{publishTime},remark = #{remark},title = #{title},
where invite_id = #{annId}
delete from biz_invitation where invite_id = #{annId}
delete from biz_invitation where invite_id in
#{annId}