Commit 0ab93c37 by huluobin

update

parent 757c0e9b
...@@ -233,6 +233,8 @@ public class OrderServe implements Serializable { ...@@ -233,6 +233,8 @@ public class OrderServe implements Serializable {
private BigDecimal leisurePrice; private BigDecimal leisurePrice;
public void addDiscountPrice(BigDecimal discountPrice) { public void addDiscountPrice(BigDecimal discountPrice) {
this.discountPrice = this.discountPrice.add(discountPrice); this.discountPrice = this.discountPrice.add(discountPrice);
this.payPrice = this.payPrice.subtract(discountPrice); this.payPrice = this.payPrice.subtract(discountPrice);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment