From a338916ae20c83a08a67011afba8bdeb27297fd5 Mon Sep 17 00:00:00 2001 From: shenzhouyu Date: Wed, 15 Oct 2025 20:47:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=BB=93=E5=BA=93=E6=AF=94?= =?UTF-8?q?=E8=BE=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/ValidateInventoryPartInStockServiceImpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/gaotao/modules/trans/service/impl/ValidateInventoryPartInStockServiceImpl.java b/src/main/java/com/gaotao/modules/trans/service/impl/ValidateInventoryPartInStockServiceImpl.java index 0033404..2830009 100644 --- a/src/main/java/com/gaotao/modules/trans/service/impl/ValidateInventoryPartInStockServiceImpl.java +++ b/src/main/java/com/gaotao/modules/trans/service/impl/ValidateInventoryPartInStockServiceImpl.java @@ -71,7 +71,6 @@ public class ValidateInventoryPartInStockServiceImpl implements ValidateInventor && vo.getLotBatchNo().equals(key.get(2)) && vo.getLocationNo().equals(key.get(3)) && vo.getWaivDevRejNo().equals(key.get(4)) - && vo.getWarehouse().equals(key.get(5)) ){ if(!"N".equals(vo.getFreezeFlagDb()) || (new BigDecimal(vo.getQtyOnhand()).subtract(new BigDecimal(vo.getQtyReserved())).compareTo(new BigDecimal(totalQty)))< 0){ flag = true;