xiaoyong931011
2022-06-22 42655f602cbbdc639c3c835e5af77e6353a6778d
src/main/java/cc/mrbird/febs/mall/vo/OrderDetailVo.java
@@ -63,6 +63,9 @@
    @ApiModelProperty(value = "剩余时间")
    private Long remainTime;
    @ApiModelProperty(value = "运费")
    private BigDecimal carriage;
    public Integer getPayMethodType() {
        if (this.payMethod == null) {
            return 0;