Commit 8a4e223f by huluobin

update

parent 59ad3f15
......@@ -204,7 +204,7 @@ public class OrderServe implements Serializable {
public void addDiscountPrice(BigDecimal discountPrice) {
this.discountPrice = this.discountPrice.add(discountPrice);
this.payPrice = this.price.subtract(discountPrice);
this.payPrice = this.payPrice.subtract(discountPrice);
}
public void calcPrice() {
......
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