From acb296613cbfa22993c0cf59d55f533c7e030ce8 Mon Sep 17 00:00:00 2001 From: "Zhenfei.Li" Date: Mon, 27 Jul 2020 23:19:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=B1=BB=E5=9E=8B=E6=8E=A8=E6=96=AD?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit c7c2d593246c0e1e0e262a527bdb3387efed992d) --- .../java/com/fr/plugin/decision/core/DML.java | 33 +++++++++++-------- .../decision/core/action/CreateAction.java | 2 +- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/src/main/java/com/fr/plugin/decision/core/DML.java b/src/main/java/com/fr/plugin/decision/core/DML.java index 453a5f7..a0ee370 100644 --- a/src/main/java/com/fr/plugin/decision/core/DML.java +++ b/src/main/java/com/fr/plugin/decision/core/DML.java @@ -122,8 +122,8 @@ public class DML { return execInsertedPreparedStatementByItem(dialect, conn, table, ps, rowCount, tableColName, tableColType, tableValue); } - for (int rownum=0; rownum