|
@@ -138,7 +138,7 @@ func GetBigVipUserBaseMsg(userId string, mysql *mysql.Mysql, mg MongodbSim) *Big
|
|
|
o_jy := qutil.ObjToMap((*data)["o_jy"])
|
|
|
//"i_newfree": 1, //新免费用户=>新订阅设置页面 20211122
|
|
|
//IsNewFreeTimeCell dev3.6.4版本之前发了个紧急版本处理老用户订阅问题,i_newfree字段必须用户选择地区才能生成,不能作为判断是否是新用户得唯一标识,在此版本添加了常量:IsNewFreeTimeCell作为判断标准;--ws
|
|
|
- if qutil.IntAll((*o_jy)["i_newfree"]) > 0 && IsNewFreeTimeCell < userPower.Registedate {
|
|
|
+ if qutil.IntAll((*o_jy)["i_newfree"]) > 0 || IsNewFreeTimeCell < userPower.Registedate {
|
|
|
userPower.IsUpgrade = true
|
|
|
}
|
|
|
//}
|