|
@@ -241,7 +241,7 @@ public class TicketBox implements Serializable {
|
|
}
|
|
}
|
|
|
|
|
|
@ApiModelProperty("分佣金额")
|
|
@ApiModelProperty("分佣金额")
|
|
- public BigDecimal saleCommPrice() {
|
|
|
|
|
|
+ public BigDecimal getSaleCommPrice() {
|
|
if (Objects.isNull(this.saleCommRate) || Objects.isNull(this.salePrice)) {
|
|
if (Objects.isNull(this.saleCommRate) || Objects.isNull(this.salePrice)) {
|
|
return BigDecimal.ZERO;
|
|
return BigDecimal.ZERO;
|
|
}
|
|
}
|