|
@@ -525,7 +525,7 @@ func GetTopTab(userInfo user.UserInfo, version string) (list []*TopTab, err erro
|
|
err = errors.New("获取客户信息失败, Err: " + e.Error())
|
|
err = errors.New("获取客户信息失败, Err: " + e.Error())
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- if companyProduct != nil {
|
|
|
|
|
|
+ if companyProduct != nil && companyProduct.Status != "" {
|
|
if strings.Contains("永续,正式", companyProduct.Status) {
|
|
if strings.Contains("永续,正式", companyProduct.Status) {
|
|
authOk = true
|
|
authOk = true
|
|
}
|
|
}
|