Authored by chenchao

resume

@@ -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 }