fix
Helius
2021-09-26 5289e9842a8889f4128d95501ae80e1e93f4d6ac
fix
1 files modified
3 ■■■■■ changed files
src/main/java/cc/mrbird/febs/mall/vo/OrderDetailVo.java 3 ●●●●● patch | view | raw | blame | history
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;