|
|
@ -806,6 +806,14 @@ public class CommonContractService extends MybatisBaseService<CommonContractMapp |
|
|
|
String ftl = ""; |
|
|
|
AppOrderPriceInfoVo priceInfo = appOrderDetailsVo.getPriceInfo(); |
|
|
|
AppOrderModelInfoVo orderModelInfoVo = appOrderDetailsVo.getModelInfo(); |
|
|
|
ResultBean<CrmCustomerTempVo> crmResultBean = crmCustomerTempFeign.fetchSid(appOrderDetailsVo.getCustomerSid()); |
|
|
|
if (crmResultBean.getSuccess()) { |
|
|
|
CrmCustomerTempVo crmCustomerTempVo = crmResultBean.getData(); |
|
|
|
String idNo = crmCustomerTempVo.getIDNumber(); |
|
|
|
map.put("carSaleCustomerName",crmCustomerTempVo.getName()); |
|
|
|
map.put("carSaleIdNo",idNo); |
|
|
|
map.put("carSaleAddr",crmCustomerTempVo.getAddress()); |
|
|
|
} |
|
|
|
//车架号集合
|
|
|
|
List<String> stringList = new ArrayList<>(); |
|
|
|
//查询台数
|
|
|
@ -920,6 +928,14 @@ public class CommonContractService extends MybatisBaseService<CommonContractMapp |
|
|
|
String ftl = ""; |
|
|
|
AppOrderPriceInfoVo priceInfo = appOrderDetailsVo.getPriceInfo(); |
|
|
|
AppOrderModelInfoVo orderModelInfoVo = appOrderDetailsVo.getModelInfo(); |
|
|
|
ResultBean<CrmCustomerTempVo> crmResultBean = crmCustomerTempFeign.fetchSid(appOrderDetailsVo.getCustomerSid()); |
|
|
|
if (crmResultBean.getSuccess()) { |
|
|
|
CrmCustomerTempVo crmCustomerTempVo = crmResultBean.getData(); |
|
|
|
String idNo = crmCustomerTempVo.getIDNumber(); |
|
|
|
map.put("carSaleCustomerName",crmCustomerTempVo.getName()); |
|
|
|
map.put("carSaleIdNo",idNo); |
|
|
|
map.put("carSaleAddr",crmCustomerTempVo.getAddress()); |
|
|
|
} |
|
|
|
//车架号集合
|
|
|
|
List<String> stringList = new ArrayList<>(); |
|
|
|
//查询台数
|
|
|
@ -1608,6 +1624,14 @@ public class CommonContractService extends MybatisBaseService<CommonContractMapp |
|
|
|
String ftl = ""; |
|
|
|
AppOrderPriceInfoVo priceInfo = appOrderDetailsVo.getPriceInfo(); |
|
|
|
AppOrderModelInfoVo orderModelInfoVo = appOrderDetailsVo.getModelInfo(); |
|
|
|
ResultBean<CrmCustomerTempVo> crmResultBean = crmCustomerTempFeign.fetchSid(appOrderDetailsVo.getCustomerSid()); |
|
|
|
if (crmResultBean.getSuccess()) { |
|
|
|
CrmCustomerTempVo crmCustomerTempVo = crmResultBean.getData(); |
|
|
|
String idNo = crmCustomerTempVo.getIDNumber(); |
|
|
|
map.put("carSaleCustomerName",crmCustomerTempVo.getName()); |
|
|
|
map.put("carSaleIdNo",idNo); |
|
|
|
map.put("carSaleAddr",crmCustomerTempVo.getAddress()); |
|
|
|
} |
|
|
|
//车架号集合
|
|
|
|
List<String> stringList = new ArrayList<>(); |
|
|
|
//查询台数
|
|
|
@ -1701,6 +1725,14 @@ public class CommonContractService extends MybatisBaseService<CommonContractMapp |
|
|
|
String ftl = ""; |
|
|
|
AppOrderPriceInfoVo priceInfo = appOrderDetailsVo.getPriceInfo(); |
|
|
|
AppOrderModelInfoVo orderModelInfoVo = appOrderDetailsVo.getModelInfo(); |
|
|
|
ResultBean<CrmCustomerTempVo> crmResultBean = crmCustomerTempFeign.fetchSid(appOrderDetailsVo.getCustomerSid()); |
|
|
|
if (crmResultBean.getSuccess()) { |
|
|
|
CrmCustomerTempVo crmCustomerTempVo = crmResultBean.getData(); |
|
|
|
String idNo = crmCustomerTempVo.getIDNumber(); |
|
|
|
map.put("carSaleCustomerName",crmCustomerTempVo.getName()); |
|
|
|
map.put("carSaleIdNo",idNo); |
|
|
|
map.put("carSaleAddr",crmCustomerTempVo.getAddress()); |
|
|
|
} |
|
|
|
//车架号集合
|
|
|
|
List<String> stringList = new ArrayList<>(); |
|
|
|
//查询台数
|
|
|
|