自动化立体仓库 - WMS系统
luxiaotao1123
2022-03-26 ddc442439432dc791975ef8accbb3a4a41762cf1
src/main/java/com/zy/asrs/entity/OrderDetl.java
@@ -275,7 +275,10 @@
    }
    public Double getEnableQty() {
        return this.anfme - this.qty;
        if (null != this.anfme && this.qty != null) {
            return this.anfme - this.qty;
        }
        return null;
    }
}