rdluck 4 years ago
parent
commit
8fee7e9e58
1 changed files with 0 additions and 1 deletions
  1. 0 1
      services/user_permission.go

+ 0 - 1
services/user_permission.go

@@ -29,7 +29,6 @@ func CheckUserPermission(userId int) (status int, err error) {
 		companyId := wxUser.CompanyId
 		if companyId <= 1 {
 			status = 40001
-			err = errors.New("潜在客户:userId:" + strconv.Itoa(userId))
 			return status, err
 		}
 		fmt.Println("companyId", companyId)