diff --git a/statement.go b/statement.go index 0dc37ec4..318a2a7b 100644 --- a/statement.go +++ b/statement.go @@ -1190,7 +1190,7 @@ func (statement *Statement) genSelectSql(columnStr string) (a string) { if columnStr == "" { columnStr = statement.Engine.Quote(strings.Replace(statement.GroupByStr, ",", statement.Engine.Quote(","), -1)) } - statement.GroupByStr = columnStr + //statement.GroupByStr = columnStr } var distinct string if statement.IsDistinct {