zy-asrs-common/src/main/java/com/zy/asrs/common/wms/entity/OrderDetl.java
@@ -482,9 +482,12 @@ } public Double getEnableQty() { if (null != this.anfme && this.qty != null) { return this.anfme - this.qty; if (null != this.anfme && this.workQty != null) { return this.anfme - this.workQty; } // if (null != this.anfme && this.qty != null) { // return this.anfme - this.qty; // } return null; }