This commit is contained in:
zyyang 2020-12-14 22:29:05 +08:00
parent ed4ff8c208
commit be5b4659de
1 changed files with 3 additions and 4 deletions

View File

@ -122,10 +122,9 @@ 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) {
e.printStackTrace(); e.printStackTrace();
} finally { } finally {