diff --git a/repository/result/result.go b/repository/result/result.go index b5bb07b..239445a 100644 --- a/repository/result/result.go +++ b/repository/result/result.go @@ -150,6 +150,7 @@ FROM ordered_content a WHERE EXISTS ( )` mainQuery += ` ORDER BY a.session, a.result, a.question_id ASC, a.created_at DESC, a.result DESC` + fmt.Println("QQQQQ", mainQuery) rows, err := r.pool.QueryContext(ctx, mainQuery, queryParams...) if err != nil {