ソースを参照

贸理通推送sop逻辑优化

liuj 3 週間 前
コミット
8077937aca
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      src/main/java/com/sunxung/factoring/service/smb/impl/FinancingPaymentInfoServiceImpl.java

+ 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);