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