Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnovaae committed Apr 3, 2024
1 parent dc94931 commit 64aca55
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public void updateOptOut() {
statement.setString(2, optOut.getMbi());
statement.setString(3, optOut.getMbi());
statement.addBatch();
logger.log("----------------- ST " + statement);
// prepareInsert(optOutInformation.getValue(), statement);
}
logger.log("----------------- ST " + statement);
Expand Down

0 comments on commit 64aca55

Please sign in to comment.