Authored by chenchao

add show price

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