调整02位固定还款日

This commit is contained in:
zhulianghua 2018-08-24 20:12:33 +08:00
parent e8afde0f78
commit 16e3240027

View File

@ -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);