From 210c62f9283f8029de6dce9228356c4a38b39085 Mon Sep 17 00:00:00 2001 From: csx <1981897232@qq.com> Date: Fri, 31 Oct 2025 10:41:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BA=BA=EF=BC=9A=E9=99=88?= =?UTF-8?q?=E7=BB=8D=E9=91=AB=20=E6=97=A5=E6=9C=9F=EF=BC=9A2025/10/31=2011?= =?UTF-8?q?=EF=BC=9A30=20=E5=86=85=E5=AE=B9:=E6=8B=85=E4=BF=9D=E5=90=88?= =?UTF-8?q?=E5=90=8C=E6=8F=92=E4=BB=B6=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sys/sys/plugin/form/GuaranteeContractFeeDetailPlugin.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/form/GuaranteeContractFeeDetailPlugin.java b/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/form/GuaranteeContractFeeDetailPlugin.java index 7e49110..d4cdf23 100644 --- a/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/form/GuaranteeContractFeeDetailPlugin.java +++ b/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/form/GuaranteeContractFeeDetailPlugin.java @@ -380,6 +380,7 @@ public class GuaranteeContractFeeDetailPlugin extends AbstractBillPlugIn { entry.set("srcbillno", dataEntity.getString("billno")); entry.set("srcbillid", dataEntity.getLong("id")); entry.set("feeratio", 100); + entry.set("excrate", BigDecimal.valueOf(1)); entry.set("feedetailamt", seldata.getBigDecimal("shkd_jtfeeamt")); entry.set("remark", dataEntity.getString("description")); entry.set("id", seldata.getLong("shkd_jtdbhtfyid")); @@ -397,8 +398,6 @@ public class GuaranteeContractFeeDetailPlugin extends AbstractBillPlugIn { SaveServiceHelper.update(feeBillDo); return feeBillDo; } -// DynamicObject[] save = (DynamicObject[]) SaveServiceHelper.save(new DynamicObject[]{feeBillDo}); -// return save[0]; } private DynamicObject saveytFeeBill(DynamicObject seldata, DynamicObject dataEntity){ @@ -436,6 +435,7 @@ public class GuaranteeContractFeeDetailPlugin extends AbstractBillPlugIn { entry.set("srcbillno", dataEntity.getString("billno")); entry.set("srcbillid", dataEntity.getLong("id")); entry.set("feeratio", 100); + entry.set("excrate", BigDecimal.valueOf(1)); entry.set("feedetailamt", seldata.getBigDecimal("shkd_ytfeeamt")); entry.set("remark", dataEntity.getString("description")); entry.set("id", seldata.getLong("shkd_ytdbhtfyid"));