|
@@ -705,7 +705,7 @@ func GetHomeFiccPermissions(user user.UserInfo) (ret response.PermissionFiccResp
|
|
|
// 已购仅付费用户可见
|
|
|
var contactInfo response.PermissionCheckContactInfo
|
|
|
checkFlag := false
|
|
|
- if strings.Contains("永续,正式", companyProduct.Status) {
|
|
|
+ if companyProduct.Status != "" && strings.Contains("永续,正式", companyProduct.Status) {
|
|
|
//查询对应的销售
|
|
|
//查找对应客户的销售信息
|
|
|
adminInfo, tmpErr := admin.GetByAdminId(companyProduct.SellerID)
|