Authored by caoyan

物权转移

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