调整02位固定还款日
This commit is contained in:
parent
e8afde0f78
commit
16e3240027
@ -198,7 +198,7 @@ public class CreateTransactionExecutor implements Transaction {
|
||||
String periodType = boLCC.getAttribute("PERIOD_TYPE").getString();
|
||||
String incomeIntervalMonth = boLCC.getAttribute("INCOME_INTERVAL_MONTH").getInt() + "";
|
||||
List<String> planDateList = null;
|
||||
if("01".equals(defaultDueDay)) {
|
||||
if("02".equals(defaultDueDay)) {
|
||||
planDateList = getPlanDateListFixed(incomeNumber, periodType, incomeIntervalMonth, startDate);
|
||||
} else {
|
||||
planDateList = getPlanDateList(incomeNumber, periodType, incomeIntervalMonth, startDate);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user