diff --git a/MpsFormalBatch/src/main/java/com/gtsoft/mps/batch/processor/biz/BIZ002Processor.java b/MpsFormalBatch/src/main/java/com/gtsoft/mps/batch/processor/biz/BIZ002Processor.java index 3812981..664d78c 100644 --- a/MpsFormalBatch/src/main/java/com/gtsoft/mps/batch/processor/biz/BIZ002Processor.java +++ b/MpsFormalBatch/src/main/java/com/gtsoft/mps/batch/processor/biz/BIZ002Processor.java @@ -108,7 +108,7 @@ public class BIZ002Processor extends AbstractBusinessProcessor { int year = Integer.parseInt(batchMonth.substring(0, 4)); String lastYear= String.valueOf(year-1); - return executeParameterizedSql(connection, sql, batchMonth, lastYear, batchMonth, lastYear, batchMonth, batchMonth); + return executeParameterizedSql(connection, sql, lastYear, batchMonth, lastYear, batchMonth, lastYear, batchMonth); } /**