Bläddra i källkod

贸理通推送sop逻辑优化

liuj 3 veckor sedan
förälder
incheckning
8077937aca

+ 2 - 0
src/main/java/com/sunxung/factoring/service/smb/impl/FinancingPaymentInfoServiceImpl.java

@@ -135,6 +135,8 @@ public class FinancingPaymentInfoServiceImpl extends ServiceImpl<FinancingPaymen
                 smbRefinancingInfo.setQuotaDisburseBatch(financingPaymentInfo.getQuotaDisburseBatch());
                 smbRefinancingInfo.setRepayPlanResp(repayPlanResp);
                 smbRefinancingInfo.setRepaymentMethod(SmbRepaymentMethodEnum.PROACTIVE_REPAYMENT.getCode());
+                smbRefinancingInfo.setRepayInterest(financingPaymentInfo.getHxCapi());
+                smbRefinancingInfo.setRepayInterest(financingPaymentInfo.getHxInte());
 
                 ResponseEntity<String> responseEntity = restTemplate.postForEntity(smbRefinancingPlanUpdateUrl, smbRefinancingInfo, String.class);
                 ResponseJson responseJson = JSONUtil.toBean(responseEntity.getBody(), ResponseJson.class);