From d3edb4e8657be8904bc6cfa1f89466fd2dc15430 Mon Sep 17 00:00:00 2001 From: God <10745413@qq.com> Date: Thu, 16 May 2024 13:57:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=B6=E8=AE=BF=E5=87=86=E5=A4=87=E8=BD=A6?= =?UTF-8?q?=E8=BE=86=E5=8F=8A=E4=B8=8A=E8=A3=85=E9=87=87=E8=B4=AD=E5=90=88?= =?UTF-8?q?=E5=90=8C=E7=94=9F=E6=88=90=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LoanHomevisitPrepService.java | 44 ++++++++++++------- 1 file changed, 28 insertions(+), 16 deletions(-) diff --git a/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loanhomevisitprep/LoanHomevisitPrepService.java b/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loanhomevisitprep/LoanHomevisitPrepService.java index c082be751a..eecf4e5793 100644 --- a/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loanhomevisitprep/LoanHomevisitPrepService.java +++ b/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loanhomevisitprep/LoanHomevisitPrepService.java @@ -1563,6 +1563,12 @@ public class LoanHomevisitPrepService extends MybatisBaseService resultBean = busSalesOrderFeign.getSaleOrderDetails(printConfirmDto.getBusSid()); + AppOrderDetailsVo appOrderDetailsVo = resultBean.getData(); + AppOrderTopInfoVo topInfo = appOrderDetailsVo.getTopInfo(); + //查询金融方案挂车信息 + SolutionsDetailsVo solutionsDetailsVo = loanSolutionsService.selectDetails(printConfirmDto.getBusSid()).getData(); //合同补充信息 HomeKcCust homeKcCust = printConfirmDto.getHomeKcCust(); if ("0".equals(homeKcCust.getIsCompBuy())) { @@ -1570,23 +1576,19 @@ public class LoanHomevisitPrepService extends MybatisBaseService resultBean = busSalesOrderFeign.getSaleOrderDetails(printConfirmDto.getBusSid()); - AppOrderDetailsVo appOrderDetailsVo = resultBean.getData(); - AppOrderTopInfoVo topInfo = appOrderDetailsVo.getTopInfo(); - //查询金融方案挂车信息 - SolutionsDetailsVo solutionsDetailsVo = loanSolutionsService.selectDetails(printConfirmDto.getBusSid()).getData(); - //上装成交价/挂车成交价 - if (topInfo != null) { - map.put("je", topInfo.getTopPrice()); - }else if (solutionsDetailsVo.isTrailerAmountCb()){ - map.put("je", solutionsDetailsVo.getTrailerAmount()); + //上装成交价/挂车成交价 + if (topInfo != null) { + map.put("je", topInfo.getTopPrice()); + }else if (solutionsDetailsVo.isTrailerAmountCb()){ + map.put("je", solutionsDetailsVo.getTrailerAmount()); + } } List urls = new ArrayList<>(); if ("001".equals(conSetUpKey)) { @@ -1595,8 +1597,13 @@ public class LoanHomevisitPrepService extends MybatisBaseService