|
|
|
@ -385,8 +385,7 @@ public class OrderPaySuccessServiceImpl implements OrderPaySuccessService { |
|
|
|
|
highOrderService.printGasOrder(order.getHighChildOrderList().get(0).getGoodsId(), gasOrder, false); |
|
|
|
|
|
|
|
|
|
} else if (gasOrder.getChannelType().equals(MerchantStoreSourceType.type2.getNumber())) { |
|
|
|
|
|
|
|
|
|
HighGasOilPrice gasOilPrice = highGasOilPriceService.getGasOilPriceByStoreAndOilNo(store.getId() , gasOrder.getGasOilNo()); |
|
|
|
|
// HighGasOilPrice gasOilPrice = highGasOilPriceService.getGasOilPriceByStoreAndOilNo(store.getId() , gasOrder.getGasOilNo());
|
|
|
|
|
|
|
|
|
|
// 推送团油订单
|
|
|
|
|
Map<String, Object> paramMap = new HashMap<>(); |
|
|
|
@ -394,7 +393,7 @@ public class OrderPaySuccessServiceImpl implements OrderPaySuccessService { |
|
|
|
|
paramMap.put("oilNo", gasOrder.getGasOilNo()); |
|
|
|
|
paramMap.put("gunNo", gasOrder.getGasGunNo()); |
|
|
|
|
paramMap.put("priceGun", gasOrder.getGasPriceGun()); // 枪单价
|
|
|
|
|
paramMap.put("priceVip", gasOilPrice.getPriceCost()); // 成本价
|
|
|
|
|
paramMap.put("priceVip", gasOrder.getGasPriceCost()); // 成本价
|
|
|
|
|
paramMap.put("driverPhone", gasOrder.getMemPhone()); |
|
|
|
|
paramMap.put("thirdSerialNo", gasOrder.getOrderNo()); |
|
|
|
|
paramMap.put("refuelingAmount", gasOrder.getGasRefuelPrice()); |
|
|
|
|