Browse Source

no message

xingzai 2 years ago
parent
commit
c71ac6bf46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/user.go

+ 1 - 1
services/user.go

@@ -440,7 +440,7 @@ func GetUserhasPermission(user *models.WxUserItem) (hasPermission int, err error
 	if applyCount > 0 {
 	if applyCount > 0 {
 		hasPermission = 3
 		hasPermission = 3
 	} else {
 	} else {
-		hasPermission = 4
+		hasPermission = 5
 	}
 	}
 	//HasPermission int  `description:"1:有该行业权限,正常展示,2:无该行业权限,不存在权益客户下,3:无该品类权限,已提交过申请,4:无该行业权限,未提交过申请,5:潜在客户,未提交过申请,6:潜在客户,已提交过申请"`
 	//HasPermission int  `description:"1:有该行业权限,正常展示,2:无该行业权限,不存在权益客户下,3:无该品类权限,已提交过申请,4:无该行业权限,未提交过申请,5:潜在客户,未提交过申请,6:潜在客户,已提交过申请"`
 	if user.CompanyId > 1 {
 	if user.CompanyId > 1 {