自动化立体仓库 - WMS系统
#
whycq
2024-07-05 0028d5c19b30be09c965f9760f2bccff45a84393
src/main/java/com/zy/asrs/entity/OrderDetl.java
@@ -110,7 +110,8 @@
    /**
     * 品牌
     */
    @ApiModelProperty(value= "品牌")
    @ApiModelProperty(value= "类型")
//    @ApiModelProperty(value= "品牌")
    private String brand;
    /**
@@ -443,12 +444,10 @@
    }
    public Double getEnableQty() {
        if (null != this.anfme && this.workQty != null) {
            return this.anfme - this.workQty;
        if (null != this.anfme && this.qty != null) {
            return this.anfme - this.qty;
        }
//        if (null != this.anfme && this.qty != null) {
//            return this.anfme - this.qty;
//        }
        return null;
    }