wzy
2022-05-19 00c597948cf3e3360b42a747b9bccf60bee4763a
src/main/java/cc/mrbird/febs/mall/vo/OrderDetailVo.java
@@ -64,6 +64,9 @@
    private Long remainTime;
    public Integer getPayMethodType() {
        if (this.payMethod == null) {
            return 0;
        }
        switch (this.payMethod) {
            case "微信支付" :
                return 1;