From 4761a107f1fe4b7a7be34eef5877e81830b2803d Mon Sep 17 00:00:00 2001 From: yuxueliang0813 <407010292@qq.com> Date: Mon, 21 Apr 2025 13:53:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8A=A0=E8=BD=BD=E8=B4=B9?= =?UTF-8?q?=E6=8E=A7=E5=8D=95=E6=8D=AE=E7=94=B3=E8=AF=B7=E4=BA=BA=E6=98=A0?= =?UTF-8?q?=E5=B0=84=E8=A1=A8=E7=9A=84=E4=BA=BA=E5=91=98=E5=8F=96=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/java/shjh/jhzj7/fi/fi/plugin/operate/PaybillOperation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/java/shjh/jhzj7/fi/fi/plugin/operate/PaybillOperation.java b/main/java/shjh/jhzj7/fi/fi/plugin/operate/PaybillOperation.java index 06eb828..8b9276a 100644 --- a/main/java/shjh/jhzj7/fi/fi/plugin/operate/PaybillOperation.java +++ b/main/java/shjh/jhzj7/fi/fi/plugin/operate/PaybillOperation.java @@ -129,7 +129,7 @@ public class PaybillOperation extends AbstractOperationServicePlugIn implements QFilter q1 = new QFilter("shjh_biztype", QCP.equals, "fk");//业务类型为付款单 QFilter q2 = new QFilter("shjh_org.number", QCP.equals, FM_CompanyCode);//组织 QFilter q3 = new QFilter("shjh_bizsmalltype.number", QCP.equals, FM_ExpenseItemCode);//业务小类 - DynamicObject[] load = BusinessDataServiceHelper.load("shjh_fksqr", "id,shjh_sqr,shjh_sqr.createusercode", new QFilter[]{q1, q2, q3}); + DynamicObject[] load = BusinessDataServiceHelper.load("shjh_fksqr", "id,shjh_sqr", new QFilter[]{q1, q2, q3}); if (load.length > 0) { DynamicObject fksqr = load[0]; if (null != fksqr) {