Przeglądaj źródła

update tcp connect

master
DengBiao 2 lat temu
rodzic
commit
38ba93bad7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      internal/business/domain/user/service/auth.go

+ 1
- 1
internal/business/domain/user/service/auth.go Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz