修改输出语句
This commit is contained in:
@@ -153,7 +153,7 @@ public class SQLHelper {
|
|||||||
*/
|
*/
|
||||||
public static Long getCount(final String sql, final Connection connection, final MappedStatement mappedStatement,
|
public static Long getCount(final String sql, final Connection connection, final MappedStatement mappedStatement,
|
||||||
final Object parameterObject, final BoundSql boundSql, Log log) throws SQLException {
|
final Object parameterObject, final BoundSql boundSql, Log log) throws SQLException {
|
||||||
logger.info("oracle查询count开始----"+System.currentTimeMillis());
|
logger.info("count查询开始----"+System.currentTimeMillis());
|
||||||
String dbName = getDBType();
|
String dbName = getDBType();
|
||||||
final String countSql;
|
final String countSql;
|
||||||
if ("oracle".equals(dbName)) {
|
if ("oracle".equals(dbName)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user