提交 5d3544e7 编写于 作者: Z zyyang

change

上级 56c97702
...@@ -122,7 +122,7 @@ public class SubTableService extends AbstractService { ...@@ -122,7 +122,7 @@ public class SubTableService extends AbstractService {
// .getBoundSql(subTableValues) // .getBoundSql(subTableValues)
// .getSql(); // .getSql();
String sql = sql(subTableValues); String sql = sql(subTableValues);
logger.info(">>> SQL : " + sql); // logger.info(">>> SQL : " + sql);
statement = connection.createStatement(); statement = connection.createStatement();
affectRows = statement.executeUpdate(sql); affectRows = statement.executeUpdate(sql);
} catch (SQLException e) { } catch (SQLException e) {
......
...@@ -16,5 +16,4 @@ spring.datasource.password=taosdata ...@@ -16,5 +16,4 @@ spring.datasource.password=taosdata
spring.datasource.hikari.maximum-pool-size=10 spring.datasource.hikari.maximum-pool-size=10
spring.datasource.hikari.minimum-idle=10 spring.datasource.hikari.minimum-idle=10
spring.datasource.hikari.max-lifetime=600000 spring.datasource.hikari.max-lifetime=600000
logging.level.com.taosdata.taosdemo.mapper=error logging.level.com.taosdata.taosdemo.mapper=error
logging.level.com.taosdata.taosdemo.service=error \ No newline at end of file
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册