fix
Helius
2022-05-27 610211fb6ca69e66276ccf99c30f1814e4e2bc4a
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;