select id, title, video, del_flag, create_by, create_time, update_by, update_time from applet_service insert into applet_service title, video, del_flag, create_by, create_time, update_by, update_time, #{title}, #{video}, #{delFlag}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, update applet_service title = #{title}, video = #{video}, del_flag = #{delFlag}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, where id = #{id} delete from applet_service where id = #{id} delete from applet_service where id in #{id}