From 8ceb44bbc647d4dc5e0f9a7fc41f4028262b619d Mon Sep 17 00:00:00 2001 From: CYQ <123@163.com> Date: Wed, 5 Nov 2025 10:49:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E6=9C=9F=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/gtsoft/mps/batch/processor/biz/BIZ002Processor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } /**