From 9e0ffdf59a98e0f0fd63d57771b2bba80823db1d Mon Sep 17 00:00:00 2001 From: yuxueliang0813 <407010292@qq.com> Date: Wed, 2 Jul 2025 20:56:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E5=8A=A8=E6=8B=89=E5=8F=96sap?= =?UTF-8?q?=E5=BA=94=E4=BB=98=E5=87=AD=E8=AF=81=E8=BF=98=E5=8E=9F=E7=BB=93?= =?UTF-8?q?=E7=AE=97=E6=96=B9=E5=BC=8F=E7=BC=96=E5=8F=B7=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/java/shjh/jhzj7/fi/fi/plugin/form/SappzFormPlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/java/shjh/jhzj7/fi/fi/plugin/form/SappzFormPlugin.java b/main/java/shjh/jhzj7/fi/fi/plugin/form/SappzFormPlugin.java index d2acfcb..325a3c3 100644 --- a/main/java/shjh/jhzj7/fi/fi/plugin/form/SappzFormPlugin.java +++ b/main/java/shjh/jhzj7/fi/fi/plugin/form/SappzFormPlugin.java @@ -182,7 +182,7 @@ public class SappzFormPlugin extends AbstractFormPlugin { DynamicObject settlementtype = BusinessDataServiceHelper.loadSingle("bd_settlementtype", new QFilter[]{new QFilter("number", QCP.equals, object.getString("shjh_settlementmethod"))}); if (settlementtype != null) { - this.getModel().setValue("shjh_paymenttypenumber", object.getString("shjh_companynum"), i); // 结算方式 + this.getModel().setValue("shjh_paymenttypenumber", object.getString("shjh_settlementmethod"), i); // 结算方式 this.getModel().setValue("shjh_paymenttype", settlementtype.getString("name"), i); // 结算方式 foundSettlementType = true; break;