@ -165,4 +165,8 @@ public class LoanSolutionsDetailsssVo {
@ApiModelProperty("实际首付比例")
private String downPayAmountsRatio;
@ApiModelProperty("实际贴息")
private String actualDiscount;
@ApiModelProperty("其他融实际贴息")
private String otherActualDiscount;
}
@ -3262,6 +3262,8 @@ public class LoanRepaymentScheduleService extends MybatisBaseService<LoanRepayme
page = "1";
} else if (c == 2) {
page = "2";
} else if (c == 0){
page = "3";
if (pdfList.size() > (num - 1) * 3) {
LoanVoucherPdf a = pdfList.get((num - 1) * 3);