|
@@ -107,11 +107,11 @@ func AutoUserPowerInfo(userId, appId string, internalTime int, bigMemberOff bool
|
|
//免费用户
|
|
//免费用户
|
|
if isFree {
|
|
if isFree {
|
|
UserPowerMap["300"] = 1
|
|
UserPowerMap["300"] = 1
|
|
- }
|
|
|
|
- freeSet := MC.ObjToMap((*data)["o_jy"])
|
|
|
|
- if MC.IntAll((*freeSet)["i_newfree"]) > 0 || IsNewFreeTimeCell < MC.IntAll((*data)["l_registedate"]) {
|
|
|
|
- //新免费用户
|
|
|
|
- UserPowerMap["301"] = 1
|
|
|
|
|
|
+ freeSet := MC.ObjToMap((*data)["o_jy"])
|
|
|
|
+ if MC.IntAll((*freeSet)["i_newfree"]) > 0 || IsNewFreeTimeCell < MC.IntAll((*data)["l_registedate"]) {
|
|
|
|
+ //新免费用户
|
|
|
|
+ UserPowerMap["301"] = 1
|
|
|
|
+ }
|
|
}
|
|
}
|
|
//广东移动DICT
|
|
//广东移动DICT
|
|
if Mysql.CountBySql(`select count(*) from privatedata where phone = ?`, phone) > 0 {
|
|
if Mysql.CountBySql(`select count(*) from privatedata where phone = ?`, phone) > 0 {
|