@@ -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)