From 8c30e185c0307c6881b49d38bee0dd367f92044a Mon Sep 17 00:00:00 2001 From: zoujiangtao Date: Mon, 23 Jun 2025 10:44:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=86=85=E5=AE=B9=EF=BC=9A?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=98=E6=AC=BE=E5=8D=95=E5=92=8C=E7=A5=A8?= =?UTF-8?q?=E6=8D=AE=E7=9A=84=E5=85=B3=E8=81=94=E5=85=B3=E7=B3=BB=20?= =?UTF-8?q?=E6=97=B6=E9=97=B4=EF=BC=9A2025-06-23=2010=EF=BC=9A35=20?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BA=BA=EF=BC=9A=E9=82=B9=E6=B1=9F=E6=B6=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sys/sys/plugin/operation/PaymentSlipAssociationFixed.java | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/operation/PaymentSlipAssociationFixed.java b/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/operation/PaymentSlipAssociationFixed.java index 5765983..4f4b308 100644 --- a/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/operation/PaymentSlipAssociationFixed.java +++ b/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/operation/PaymentSlipAssociationFixed.java @@ -78,7 +78,6 @@ public class PaymentSlipAssociationFixed extends AbstractOperationServicePlugIn kpLinkRow.set("rel_billamount", fkDynamicObject.get("actpayamt"));// 关联单据金额 kpLinkRow.set("rel_createtime", new Date());// 关联信息创建时间 kpLinkRow.set("rel_modifytime", new Date());// 记录修改时间 - kpLinkRow.set("rel_isrefuse", "0");// 票据退票 releatedcasbillentrys.add(kpLinkRow); SaveServiceHelper.save(new DynamicObject[]{kpdjDynamicObject}); }