自动化立体仓库 - WMS系统
luxiaotao1123
2022-03-25 1c6d48ec373333fcdd0e54efec1b996b39f40515
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;
    }
}