From e6d8e169d2ffd9dd29d938b754b56d477d6bea32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=B4=B5=E5=BC=BA?= Date: Fri, 4 Jul 2025 18:15:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E6=AC=BE=E5=8D=95=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jhzj7/fi/fi/plugin/operate/RecBillSaveOperation.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/java/shjh/jhzj7/fi/fi/plugin/operate/RecBillSaveOperation.java b/main/java/shjh/jhzj7/fi/fi/plugin/operate/RecBillSaveOperation.java index 7393723..c0f6dab 100644 --- a/main/java/shjh/jhzj7/fi/fi/plugin/operate/RecBillSaveOperation.java +++ b/main/java/shjh/jhzj7/fi/fi/plugin/operate/RecBillSaveOperation.java @@ -232,7 +232,7 @@ public class RecBillSaveOperation extends AbstractOperationServicePlugIn impleme if (null == shjhPc) { bill.set("shjh_profitcenter", entry.getDynamicObject("shjh_e_pc")); } - return; + break; } } } @@ -599,8 +599,8 @@ public class RecBillSaveOperation extends AbstractOperationServicePlugIn impleme */ private void carryCustomerRule(DynamicObject entry,DynamicObject bill,String oppunit,Long companyId){ //1.先看取映射表按钮是否打开,打开——>取映射表中客户 - boolean shjhEGetcustomer = entry.getBoolean("shjh_e_getcustomer"); //取规则得映射表客户标记 - if (shjhEGetcustomer) { +// boolean shjhEGetcustomer = entry.getBoolean("shjh_e_getcustomer"); //取规则得映射表客户标记 +// if (shjhEGetcustomer) { QFilter qFilter = new QFilter("shjh_dfhm", QCP.equals, oppunit); //新增收款入账中心-资金组织&&映射表组织过滤 qFilter.and(new QFilter("shjh_org.id", QCP.equals, companyId)); @@ -659,6 +659,6 @@ public class RecBillSaveOperation extends AbstractOperationServicePlugIn impleme } } bill.set("shjh_xdgzkh", true);//设置收款单标记位 从规则携带客户等信息 为true - } +// } } } \ No newline at end of file