|
@@ -63,7 +63,7 @@ func (*authService) SignIn(ctx context.Context, phoneNumber, code string, master |
|
|
|
|
|
|
|
|
if pushAlia != "" { |
|
|
if pushAlia != "" { |
|
|
userPushForJg, err := db.DbUserPushForJg.UserPushForJgGetOne(strconv.FormatInt(user.Id, 10), masterId) |
|
|
userPushForJg, err := db.DbUserPushForJg.UserPushForJgGetOne(strconv.FormatInt(user.Id, 10), masterId) |
|
|
if err != nil && err.Error() != "record not found" { |
|
|
|
|
|
|
|
|
if err != nil { |
|
|
return false, 0, "", 0, err |
|
|
return false, 0, "", 0, err |
|
|
} |
|
|
} |
|
|
if userPushForJg == nil { |
|
|
if userPushForJg == nil { |
|
|