From 79cedfbe3736990d315156d1c656c7fe00c4a40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E4=B8=96=E5=BC=BA?= Date: Thu, 13 Apr 2023 09:43:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jnpf/poundlist/service/impl/PoundlistServiceImpl.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SC-boot/linkage-scm/src/main/java/jnpf/poundlist/service/impl/PoundlistServiceImpl.java b/SC-boot/linkage-scm/src/main/java/jnpf/poundlist/service/impl/PoundlistServiceImpl.java index 435c736e..94190066 100644 --- a/SC-boot/linkage-scm/src/main/java/jnpf/poundlist/service/impl/PoundlistServiceImpl.java +++ b/SC-boot/linkage-scm/src/main/java/jnpf/poundlist/service/impl/PoundlistServiceImpl.java @@ -396,6 +396,8 @@ public class PoundlistServiceImpl extends ServiceImpl poundlistWrapper = new LambdaQueryWrapper<>(); + poundlistWrapper.eq(PoundlistEntity::getIsExamine,"1"); + poundlistWrapper.eq(PoundlistEntity::getSalesStatus,"99"); poundlistWrapper.eq(PoundlistEntity::getCustomerId,customerId); poundlistWrapper.eq(PoundlistEntity::getGrossWeight,model.getGrossWeight()); poundlistWrapper.eq(PoundlistEntity::getTareWeight,model.getTareWeight()); @@ -439,7 +441,7 @@ public class PoundlistServiceImpl extends ServiceImpl