From 68d9424b0b070adb207d5856f87186ab1e0cd44f Mon Sep 17 00:00:00 2001 From: syruan <15555146157@163.com> Date: Tue, 23 Sep 2025 20:12:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=A1=E6=A0=B8=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E8=BF=87=E6=BB=A4=E9=80=BB=E8=BE=91=EF=BC=8C=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E6=9C=AA=E5=AE=A1=E6=A0=B8=E6=88=96=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E4=B8=8D=E9=80=9A=E8=BF=87=E7=9A=84=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../settlement/service/impl/SltAgreementInfoServiceImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bonus-modules/bonus-material/src/main/java/com/bonus/material/settlement/service/impl/SltAgreementInfoServiceImpl.java b/bonus-modules/bonus-material/src/main/java/com/bonus/material/settlement/service/impl/SltAgreementInfoServiceImpl.java index c4db890b..a814edc1 100644 --- a/bonus-modules/bonus-material/src/main/java/com/bonus/material/settlement/service/impl/SltAgreementInfoServiceImpl.java +++ b/bonus-modules/bonus-material/src/main/java/com/bonus/material/settlement/service/impl/SltAgreementInfoServiceImpl.java @@ -822,6 +822,8 @@ public class SltAgreementInfoServiceImpl implements ISltAgreementInfoService { List sltReportedList = sltAgreementInfoMapper.getSltReportedList(bean); if (sltReportedList != null) { sltReportedList.removeIf(Objects::isNull); + // 去掉没有审核的or审核不通过的 + sltReportedList.removeIf(obj -> Objects.isNull(obj.getSltStatus()) || !Objects.equals("2", obj.getSltStatus())); sltReportedList.forEach(sltAgreementInfo -> { if (sltAgreementInfo.getCosts() == null || sltAgreementInfo.getCosts().equals(BigDecimal.ZERO)) { sltAgreementInfo.setCosts(