浏览代码

feat:大会员

wangshan 3 年之前
父节点
当前提交
69dadc37b1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/jfw/modules/common/src/qfw/util/jy/bigVipPower.go

+ 1 - 1
src/jfw/modules/common/src/qfw/util/jy/bigVipPower.go

@@ -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
 		}
 		//}