Helius
2022-05-11 562ac2c071de933e04aec1fb32ee98c7a85d448d
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;