Skip to content

Commit

Permalink
optimize log
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Nov 28, 2023
1 parent 494df2c commit 84692b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ private String buildGroupBy(List<String> pkColumns,List<String> allSelectColumns
}
} catch (Exception e) {
groupByPks = false;
logger.warn("determine group by pks or all columns error:{}",e.getMessage());
logger.warn("determine group by pks or all columns error:", e);
}
List<String> groupByColumns = groupByPks ? pkColumns : allSelectColumns;
StringBuilder groupByStr = new StringBuilder();
Expand Down

0 comments on commit 84692b3

Please sign in to comment.