From 1c045f7519c20746e69f5e8cf7fe9f3d5efe470d Mon Sep 17 00:00:00 2001 From: bawei <95887577@qq.com> Date: Mon, 12 Jun 2023 18:21:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8D=E5=9E=AB=E8=B5=84?= =?UTF-8?q?=E9=A2=84=E6=94=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jnpf/purchaseorder/controller/PurchaseorderController.java | 1 + 1 file changed, 1 insertion(+) diff --git a/SC-boot/linkage-scm/src/main/java/jnpf/purchaseorder/controller/PurchaseorderController.java b/SC-boot/linkage-scm/src/main/java/jnpf/purchaseorder/controller/PurchaseorderController.java index 8e93b6a1..29b8a59b 100644 --- a/SC-boot/linkage-scm/src/main/java/jnpf/purchaseorder/controller/PurchaseorderController.java +++ b/SC-boot/linkage-scm/src/main/java/jnpf/purchaseorder/controller/PurchaseorderController.java @@ -1272,6 +1272,7 @@ public class PurchaseorderController { QueryWrapper poundlistEntityQueryWrapper=new QueryWrapper<>(); poundlistEntityQueryWrapper.lambda().eq(PoundlistEntity::getPurchaseorderId,entity.getId()); poundlistEntityQueryWrapper.lambda().eq(PoundlistEntity::getAdvance,0); + poundlistEntityQueryWrapper.lambda().eq(PoundlistEntity::getIsCollection,0); poundlistEntityQueryWrapper.lambda().select(PoundlistEntity::getId); List poundlistIdList = poundlistService.listObjs(poundlistEntityQueryWrapper).stream().map(o -> (String) o).collect(Collectors.toList());