修改日期参数
This commit is contained in:
parent
5f5470ad63
commit
8ceb44bbc6
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user