DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/smallLogistics/server/impl/OrderLogisticsServiceImpl.java
@@ -773,6 +773,7 @@ map.put("discountMoney", orderLogistics.getDiscountMoney());//折扣抵扣金额 map.put("discount", orderLogistics.getDiscount());//折扣 map.put("priceDifference", orderLogistics.getPriceDifference());//补差价 map.put("isDispute", orderLogistics.getIsDispute()); return map; }