From ee34e34553a6d86b5c82be63f0d85541da4463b3 Mon Sep 17 00:00:00 2001 From: lijiarao Date: Tue, 9 Jul 2024 16:23:10 +0800 Subject: [PATCH] =?UTF-8?q?fix=2086987=20=E5=8A=9F=E8=83=BD=E5=AE=89?= =?UTF-8?q?=E5=85=A8=E4=B8=AD=E5=BF=83--=E5=88=86=E5=8F=91=E8=B5=84?= =?UTF-8?q?=E6=96=99--=E9=9D=9E=E7=AE=A1=E7=90=86=E5=91=98=E5=88=86?= =?UTF-8?q?=E5=8F=91=E5=8D=B4=E6=8A=A5=E8=B5=84=E6=96=99=E4=B8=8D=E5=8F=AF?= =?UTF-8?q?=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../impl/PayWorkingGroupDistributionRecordServiceImpl.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/jero-boot-incoming-payment/src/main/java/com/jero/project/service/impl/PayWorkingGroupDistributionRecordServiceImpl.java b/jero-boot-incoming-payment/src/main/java/com/jero/project/service/impl/PayWorkingGroupDistributionRecordServiceImpl.java index 27583fec..ae182fd4 100644 --- a/jero-boot-incoming-payment/src/main/java/com/jero/project/service/impl/PayWorkingGroupDistributionRecordServiceImpl.java +++ b/jero-boot-incoming-payment/src/main/java/com/jero/project/service/impl/PayWorkingGroupDistributionRecordServiceImpl.java @@ -249,9 +249,6 @@ public class PayWorkingGroupDistributionRecordServiceImpl extends ServiceImpl wrapper = new LambdaQueryWrapper<>(); wrapper.in(PayContactsManagement::getId, Arrays.asList(s)); @@ -524,9 +521,6 @@ public class PayWorkingGroupDistributionRecordServiceImpl extends ServiceImpl{ OSSFile byId = iossFileService.getById(p.getFileId()); if(Objects.isNull(byId)){