@@ -25,7 +25,7 @@ module RailsAdmin
require 'rest-client'
wx_user = WxUser.where("id = ? and show_invite_mode = ?",@object.id, 0).first
n = "此状态不支持操作"
- if not wx_user.blank?
+ if not wx_user.blank? && wx_user.id!=1
n = "已成功升级"
url = "#{CONFIG_FILE["api_host"]}/railsadmin/update/intro/#{@object.id}"
begin