From 6a05cf6dffa43928e0d9d5a4368dc9f4d7d91620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 4 Jan 2026 17:36:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BA=BA=EF=BC=9A=E9=82=B9?= =?UTF-8?q?=E6=B1=9F=E6=B6=9B=20=E6=8F=90=E4=BA=A4=E6=97=B6=E9=97=B4?= =?UTF-8?q?=EF=BC=9A2026=E5=B9=B401=E6=9C=8804=E6=97=A5=20=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E5=86=85=E5=AE=B9=EF=BC=9A=E6=8B=85=E4=BF=9D=E5=90=88?= =?UTF-8?q?=E5=90=8C=E8=B4=B9=E7=94=A8=E5=BD=95=E5=85=A5=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=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, 3 insertions(+), 1 deletion(-) 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 4b64c85..84cc096 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 @@ -277,7 +277,9 @@ public class GuaranteeContractFeeDetailPlugin extends AbstractBillPlugIn { String shkd_feeoppunit = (String) map.get("shkd_feeoppunit"); this.getModel().setValue("shkd_ytfeeoppunit", Long.parseLong(shkd_feeoppunit),index);//对方单位 String shkd_feeoppbebank = (String) map.get("shkd_feeoppbebank"); - this.getModel().setValue("shkd_ytfeeoppbebank", Long.parseLong(shkd_feeoppbebank),index);//对方开户银行 + if (shkd_feeoppbebank!=null){ + this.getModel().setValue("shkd_ytfeeoppbebank", Long.parseLong(shkd_feeoppbebank),index);//对方开户银行 + } String shkd_feeoppacctbank = (String) map.get("shkd_feeoppacctbank"); if (shkd_feeoppacctbank!=null){ this.getModel().setValue("shkd_ytfeeoppacctbank", Long.parseLong(shkd_feeoppacctbank),index);//对方开户银行