Explorar o código

苏商还款计划接口优化

liuj hai 10 horas
pai
achega
b3df9b1abd

+ 3 - 3
src/main/java/com/sunxung/factoring/service/financing/review/impl/ReviewQuotaDisburseServiceImpl.java

@@ -2076,9 +2076,9 @@ public class ReviewQuotaDisburseServiceImpl extends ServiceImpl<ReviewQuotaDisbu
         //利率标志-年
         repayPlanTrial.setRateFlag("Y");
         //期限
-        long betweenMonth = DateUtil.betweenMonth(reviewFinancingInfo.getStartingDate(), endDate, true);
-        betweenMonth = betweenMonth == 0L ? 1L : betweenMonth;
-        repayPlanTrial.setTerm(betweenMonth + "M");
+//        long betweenMonth = DateUtil.betweenMonth(reviewFinancingInfo.getStartingDate(), endDate, true);
+//        betweenMonth = betweenMonth == 0L ? 1L : betweenMonth;
+//        repayPlanTrial.setTerm(betweenMonth + "M");
         //起息日期
         String beginDateStr = DateUtil.format(reviewFinancingInfo.getStartingDate(), "yyyy-MM-dd");
         repayPlanTrial.setBgintDate(beginDateStr);