|
@@ -58,8 +58,8 @@ func (this *SubVipPortrait) SubVipEntDetail() {
|
|
|
return nil, err
|
|
|
}
|
|
|
vipData := jy.GetBigVipUserBaseMsg(this.Session(), *config.Middleground)
|
|
|
- if (vipData.VipStatus <= 0 && vipData.Status <= 0 && vipData.EntnicheStatus <= 0 && equity != 3) && entInfo["company_phone"] != "" {
|
|
|
- entInfo["company_phone"] = maskCompanyPhone(qutil.InterfaceToStr(entInfo["company_phone"]))
|
|
|
+ if vipData.VipStatus <= 0 && vipData.Status <= 0 && vipData.EntnicheStatus <= 0 && equity != 3 && entInfo["phone"] != "" {
|
|
|
+ entInfo["phone"] = maskCompanyPhone(qutil.InterfaceToStr(entInfo["phone"]))
|
|
|
}
|
|
|
return entInfo, nil
|
|
|
}()
|