无改动,修改下备注

This commit is contained in:
ap007 2021-09-06 15:19:24 +08:00
parent 2825a1123c
commit ef60c04036

View File

@ -66,8 +66,8 @@ public class CorpusSourceRentResultCopy extends CorpusSourceFileCopy implements
if("0".equals(param.get("repaymentFlag"))){
this.insertRentIncome(param,tx);
updateRentPlanStatus(param,tx);
//1.2如果提前结清 并且 为借款人本人账户则视为客户本人提前结清直接变更租金计划表租金计划
}
//1.2如果提前结清 并且 为借款人本人账户则视为客户本人提前结清直接变更租金计划表租金计划
if("3".equals(param.get("repaymentFlag"))&&"0".equals(param.get("repaymentSource"))){
this.insertRentIncome(param,tx);
//租金计划,现金流存历史表
@ -82,8 +82,8 @@ public class CorpusSourceRentResultCopy extends CorpusSourceFileCopy implements
createCashFlowByContractId(param.get("contractId"),Sqlca);
//重新Irr计算
calcIRR(param,tx);
//1.3如果提请结清 并且 为非借款人本人账户则视为我方回购需改变资方状态我方能继续扣款
}
//1.3如果提请结清 并且 为非借款人本人账户则视为我方回购需改变资方状态我方能继续扣款
if("3".equals(param.get("repaymentFlag"))&&"1".equals(param.get("repaymentSource"))){
int result = 1;
//变更资方资源要有日志