From 8fb9b44d4292554727e45daaa376faec3202d1f3 Mon Sep 17 00:00:00 2001 From: lijiarao Date: Wed, 30 Aug 2023 10:43:34 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=90=8C=E6=97=B6=E6=89=93=E5=BC=80?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9D=A5=E6=AC=BE=E5=92=8C=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E7=BB=84=E6=88=90=E5=91=98=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E5=85=88=E6=96=B0=E5=A2=9E=E6=9D=A5=E6=AC=BE?= =?UTF-8?q?=E5=9C=A8=E7=BC=96=E8=BE=91=E6=88=90=E5=91=98=EF=BC=8C=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=88=90=E5=91=98=E6=97=B6=E6=95=B0=E6=8D=AE=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E6=9B=B4=E6=96=B0=EF=BC=8C=E4=BC=9A=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E6=9D=A5=E6=AC=BE=E6=95=B0=E6=8D=AE=E8=BF=98=E6=98=AF=E4=B9=8B?= =?UTF-8?q?=E5=89=8D=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../project/service/impl/PayWorkingGroupSubItemServiceImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jero-boot-incoming-payment/src/main/java/com/jero/project/service/impl/PayWorkingGroupSubItemServiceImpl.java b/jero-boot-incoming-payment/src/main/java/com/jero/project/service/impl/PayWorkingGroupSubItemServiceImpl.java index ccf60e65..230d023e 100644 --- a/jero-boot-incoming-payment/src/main/java/com/jero/project/service/impl/PayWorkingGroupSubItemServiceImpl.java +++ b/jero-boot-incoming-payment/src/main/java/com/jero/project/service/impl/PayWorkingGroupSubItemServiceImpl.java @@ -427,6 +427,8 @@ public class PayWorkingGroupSubItemServiceImpl extends ServiceImpl updatePayWorkingGroupSubItem = new LambdaUpdateWrapper<>(); updatePayWorkingGroupSubItem.eq(PayWorkingGroupSubItem::getId, workingGroupSubItemId);