diff --git a/internal/business/domain/user/service/auth.go b/internal/business/domain/user/service/auth.go index 072255e..0e53c2e 100644 --- a/internal/business/domain/user/service/auth.go +++ b/internal/business/domain/user/service/auth.go @@ -63,7 +63,7 @@ func (*authService) SignIn(ctx context.Context, phoneNumber, code string, master if pushAlia != "" { userPushForJg, err := db.DbUserPushForJg.UserPushForJgGetOne(strconv.FormatInt(user.Id, 10), masterId) - if err != nil { + if err != nil && err.Error() != "record not found" { return false, 0, "", 0, err } if userPushForJg == nil {