Authored by chenchao

add show price

@@ -941,6 +941,7 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService { @@ -941,6 +941,7 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService {
941 .penaltyRate(penaltyRate) 941 .penaltyRate(penaltyRate)
942 .penaltyAmount(penaltyAmount) 942 .penaltyAmount(penaltyAmount)
943 .refundAmount(refundAmount) 943 .refundAmount(refundAmount)
  944 + .showPrice(true)
944 .build(); 945 .build();
945 return occr; 946 return occr;
946 } 947 }