add to return quiz account id in GettingAmoUsersTrueResults
This commit is contained in:
parent
588d878d7c
commit
501a3689fd
@ -285,4 +285,5 @@ type AmoUsersTrueResults struct {
|
||||
PipelineID int32
|
||||
PerformerName string
|
||||
SubDomain string
|
||||
QuizAccountID string
|
||||
}
|
||||
|
@ -1064,6 +1064,7 @@ func (r *AmoRepository) GettingAmoUsersTrueResults(ctx context.Context) ([]model
|
||||
PipelineID: row.Pipelineid,
|
||||
PerformerName: row.PerformerName,
|
||||
SubDomain: row.Subdomain,
|
||||
QuizAccountID: row.Accountid_2,
|
||||
}
|
||||
|
||||
results = append(results, result)
|
||||
|
Loading…
Reference in New Issue
Block a user