From 981fa16879eabcd54e1395c034971007ea8ae0bb Mon Sep 17 00:00:00 2001 From: 25655 <2565550274@qq.com> Date: Fri, 28 Mar 2025 11:09:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=201.=E8=B4=B7=E8=AE=B0=E5=8D=95?= =?UTF-8?q?=E8=AE=A1=E7=AE=97=E9=87=91=E9=A2=9D=E6=9C=AA=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E6=95=B0=E6=8D=AE=E9=94=99=E8=AF=AF=EF=BC=8C?= =?UTF-8?q?=E5=B7=B2=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/yem/wm/im/debcrednotenew/op/DebCredNewSubmitOp.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/yem/wm/im/debcrednotenew/op/DebCredNewSubmitOp.java b/src/main/java/com/yem/wm/im/debcrednotenew/op/DebCredNewSubmitOp.java index 334d77a7..0ab7fab2 100644 --- a/src/main/java/com/yem/wm/im/debcrednotenew/op/DebCredNewSubmitOp.java +++ b/src/main/java/com/yem/wm/im/debcrednotenew/op/DebCredNewSubmitOp.java @@ -175,5 +175,6 @@ public class DebCredNewSubmitOp extends AbstractOperationServicePlugIn { } // throw new RuntimeException("返回"); SaveServiceHelper.update(temp); + SaveServiceHelper.save(new DynamicObject[]{temp}); } }