From dcd107d4d87c6879a576c42d501d5341aa49db56 Mon Sep 17 00:00:00 2001 From: lijiarao Date: Fri, 2 Sep 2022 15:13:44 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BC=81=E4=B8=9A=E8=81=94=E7=B3=BB?= =?UTF-8?q?=E4=BA=BA1=E6=B2=A1=E6=9C=89=E5=A4=84=E7=90=86=E5=B9=B2?= =?UTF-8?q?=E5=87=80=EF=BC=8C=E6=96=B0=E5=A2=9E=E5=B7=A5=E4=BD=9C=E7=BB=84?= =?UTF-8?q?=E6=88=90=E5=91=98=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/PayWorkingGroupSubItemServiceImpl.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 b5adc307..4c2255f2 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 @@ -250,7 +250,8 @@ public class PayWorkingGroupSubItemServiceImpl extends ServiceImpl update = new LambdaUpdateWrapper<>(); update.eq(PayWorkingGroupSubItem::getId,payWorkingGroupSubItem.getId()); update.set(PayWorkingGroupSubItem::getPack,PayProjectCommon.PACKAGING1);