Showing
1 changed file
with
1 additions
and
1 deletions
@@ -941,7 +941,7 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService { | @@ -941,7 +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 | + .showPrice(true) |
945 | .build(); | 945 | .build(); |
946 | return occr; | 946 | return occr; |
947 | } | 947 | } |
-
Please register or login to post a comment