获取店铺订单支付URL
This commit is contained in:
@@ -118,6 +118,8 @@ public class CheckOrderPay implements Serializable {
|
||||
|
||||
private String remark;
|
||||
|
||||
private String extend;
|
||||
|
||||
|
||||
public Integer getSeatNum() {
|
||||
return seatNum == null ? 0 : seatNum;
|
||||
@@ -138,7 +140,7 @@ public class CheckOrderPay implements Serializable {
|
||||
return newCustomerDiscountAmount == null ? BigDecimal.ZERO : newCustomerDiscountAmount;
|
||||
}
|
||||
|
||||
/**
|
||||
/**
|
||||
* 满减活动抵扣金额
|
||||
*/
|
||||
public BigDecimal getDiscountActAmount() {
|
||||
@@ -165,7 +167,7 @@ public class CheckOrderPay implements Serializable {
|
||||
return roundAmount == null ? BigDecimal.ZERO : roundAmount;
|
||||
}
|
||||
|
||||
public BigDecimal getVipDiscountAmount(){
|
||||
public BigDecimal getVipDiscountAmount() {
|
||||
return vipDiscountAmount == null ? BigDecimal.ZERO : vipDiscountAmount;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user