自动化立体仓库 - WMS系统
#
mrzhssss
2023-01-30 b96219e78bf6e47f61f79d098734edf3ca4fe74c
src/main/java/com/zy/asrs/entity/OrderDetl.java
@@ -443,12 +443,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;
    }