Commit 80cbc3f0 authored by 王向伟's avatar 王向伟

逾期和未还款都不展示还款方式

parent 47404adf
......@@ -138,11 +138,10 @@ public class Repayment {
}
repayment.setRepaymentStatus(repayStatus);
if(repaymentStatus == 0){
repayment.setRepayType("");
}else {
if(repaymentStatus == 3){
repayment.setRepayType(UserRepayType.valueOf(repaymentPlanItem.getRepaymentType()).getDesc());
}else {
repayment.setRepayType("");
}
repayment.setOverdueDays(repaymentPlanItem.getOverdueDays());
return repayment;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment