xiaoyong931011
2023-09-11 790ed3c2799b395cc2b51c7c070c8a73cd9203a1
src/main/java/cc/mrbird/febs/mall/vo/OrderDetailVo.java
@@ -73,6 +73,9 @@
    @ApiModelProperty(value = "运费")
    private BigDecimal carriage;
    @ApiModelProperty(value = "备注")
    private String remark;
    public Integer getPayMethodType() {
        if (this.payMethod == null) {
            return 0;