Skip to content

Commit

Permalink
解决JdbcSupport.executeCountQuery重复输出日志的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
interestinglife41 committed Aug 19, 2021
1 parent afcf987 commit 074ebdb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ public class JdbcSupport
*/
public long executeCountQuery(Connection cn, Sql query) throws SQLException
{
LOGGER.debug("execute {}", query);

QueryResultSet qrs = null;

try
Expand Down

0 comments on commit 074ebdb

Please sign in to comment.