src/main/java/cc/mrbird/febs/mall/vo/OrderDetailVo.java | ●●●●● 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;