修改日期参数

This commit is contained in:
CYQ 2025-11-05 10:49:31 +08:00
parent 5f5470ad63
commit 8ceb44bbc6

View File

@ -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);
}
/**