Commit 49052bb0 authored by liwenbin's avatar liwenbin

通知增加金额

parent af58ea86
...@@ -103,6 +103,8 @@ public class NiWoDaiController { ...@@ -103,6 +103,8 @@ public class NiWoDaiController {
// 通过了直接通知资金系统 // 通过了直接通知资金系统
String finance = financeProductService.createSingletonFinanceProduct(vo.getApprovedAmount().toString(), NiwodaiCostant.AUDIT_TERM, AidFundConstants.FundId.NIWODAI, null); String finance = financeProductService.createSingletonFinanceProduct(vo.getApprovedAmount().toString(), NiwodaiCostant.AUDIT_TERM, AidFundConstants.FundId.NIWODAI, null);
assetForm = financeProductService.checkFundResult(assetForm, finance, Long.parseLong(vo.getValidBefore())); assetForm = financeProductService.checkFundResult(assetForm, finance, Long.parseLong(vo.getValidBefore()));
assetForm.setAmount(vo.getApprovedAmount().toString());
assetForm.setTerm(NiwodaiCostant.AUDIT_TERM);
notifyService.notifyFundServer(assetForm, dataMap); notifyService.notifyFundServer(assetForm, dataMap);
} }
log.info("你我贷审核进件回调结果处理完成, orderId : {}, type : {}, code : {}, timestamp : {}, data : {}", orderId, log.info("你我贷审核进件回调结果处理完成, orderId : {}, type : {}, code : {}, timestamp : {}, data : {}", orderId,
......
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