修改输出语句

This commit is contained in:
RenKaiGe-Office
2018-08-07 09:47:33 +08:00
parent bcd2620392
commit 17c2d93689

View File

@@ -153,7 +153,7 @@ public class SQLHelper {
*/
public static Long getCount(final String sql, final Connection connection, final MappedStatement mappedStatement,
final Object parameterObject, final BoundSql boundSql, Log log) throws SQLException {
logger.info("oracle查询count开始----"+System.currentTimeMillis());
logger.info("count查询开始----"+System.currentTimeMillis());
String dbName = getDBType();
final String countSql;
if ("oracle".equals(dbName)) {