src/main/java/org/jeecg/modules/lsw/service/impl/LswMaterialOutboundServiceImpl.java
@@ -62,7 +62,7 @@ || StringUtils.isBlank(outbound.getFactoryId()) || StringUtils.isBlank(outbound.getWarehouseId()) || outbound.getQuantity() == null || outbound.getQuantity().intValue() > 0 || outbound.getQuantity().intValue() < 1 || StringUtils.isBlank(outbound.getBatchNumber()) || StringUtils.isBlank(outbound.getInventoryId())) { return false;