fix: 分期问题自测修复。

This commit is contained in:
tianyongbao
2024-08-13 18:00:39 +08:00
parent 6f0d2db1ba
commit ccb798a4c2

View File

@@ -202,7 +202,10 @@ public class InstallmentHistoryServiceImpl implements IInstallmentHistoryService
installmentHistory.setCloseDate(calendarStart.getTime());
}
}
//如果结清状态为已结清,关闭日期加入
if(installmentHistory.getState().equals("1")){
installmentHistory.setCloseDate(calendarStart.getTime());
}
//更新利率信息
updateInterestRate(installmentHistory);
}