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());