@@ -618,6 +618,9 @@ func saveUser(u *UserInfo, source, pre, RSource, CSource string) (bool, string,
set["o_jy.i_ratemode"] = 2
}
update["$set"] = set
+ update["$unset"] = map[string]interface{}{
+ "i_isnewwx": "",
+ }
tools.MQFW.Update("user", &map[string]interface{}{
"_id": tuser["_id"],
}, &update, false, false)