@@ -34,7 +34,8 @@ module RailsAdmin
n = "升级失败!"
end
- if wx_user.id==1
+ new_wx_user = WxUser.where("id = ? ",@object.id).first
+ if new_wx_user.id==1
n = "已成功整理关系!"
url = "#{CONFIG_FILE["api_host"]}/v1/cron/comb_three_user"
begin