service/userService.go @@ -30,7 +30,7 @@ hikPersonId := "" if hikPersons != nil { for _,hikP := range hikPersons { if hikP.Phone == phoneNum { if hikP.PhoneNo == phoneNum { found = true hikPersonId = hikP.PersonId }