src/main/java/com/zy/asrs/controller/OutController.java
@@ -711,7 +711,7 @@ boolean lack = true; for (LocDto locDto : locDtos) { // 判断入库模式 OutStockInterceptUtil.outStockIntercept(locDto.getStaNo()); //OutStockInterceptUtil.outStockIntercept(locDto.getStaNo()); if (!locDto.isLack()) { lack = false; break; @@ -753,7 +753,7 @@ boolean lack = true; for (LocDto locDto : locDtos) { // 判断入库模式 OutStockInterceptUtil.outStockIntercept(locDto.getStaNo()); //OutStockInterceptUtil.outStockIntercept(locDto.getStaNo()); if (!locDto.isLack()) { lack = false; break;