|
|
@ -5120,7 +5120,7 @@ public class BusSalesOrderService extends MybatisBaseService<BusSalesOrderMapper |
|
|
|
dataMap.put("vehModel", busSalesOrderModel.getModelName()); |
|
|
|
//销售指导价
|
|
|
|
BusSalesOrderPrice busSalesOrderPrice = busSalesOrderPriceService.selectBySalesOrderSid(busSalesOrder.getSid()); |
|
|
|
dataMap.put("salePrice", busSalesOrderPrice.getSingleGuildPrice()); |
|
|
|
dataMap.put("salePrice", busSalesOrderPrice.getSingleGuildPrice().toString()); |
|
|
|
//合同价格
|
|
|
|
CommonContract commonContract = commonContractFeign.selectByNo(busSalesOrder.getContractNo()).getData(); |
|
|
|
dataMap.put("conPrice", commonContract.getContractAmount()); |
|
|
|