xiaoyong931011
2022-06-22 b49d65c9d5cb037b25668465a3e4b49cfa6f3f8f
src/main/java/cc/mrbird/febs/mall/vo/OrderDetailVo.java
@@ -63,7 +63,13 @@
    @ApiModelProperty(value = "剩余时间")
    private Long remainTime;
    @ApiModelProperty(value = "运费")
    private BigDecimal carriage;
    public Integer getPayMethodType() {
        if (this.payMethod == null) {
            return 0;
        }
        switch (this.payMethod) {
            case "微信支付" :
                return 1;