From 441cb007e68649441dfc0b7e571a3b54cf164379 Mon Sep 17 00:00:00 2001 From: "tanfengling@x-ri.com" <123456> Date: Fri, 31 Oct 2025 16:13:44 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=87=87=E8=B4=AD=E8=AE=A2=E5=8D=95=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E6=B3=9B=E5=BE=AE]=E5=8E=BB=E6=8E=89=E9=9B=86?= =?UTF-8?q?=E9=87=87=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lc123/cloud/app/plugin/operate/pm/PurOrderSubmitOp.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lc123/cloud/app/plugin/operate/pm/PurOrderSubmitOp.java b/lc123/cloud/app/plugin/operate/pm/PurOrderSubmitOp.java index b5ac02b..9a67f79 100644 --- a/lc123/cloud/app/plugin/operate/pm/PurOrderSubmitOp.java +++ b/lc123/cloud/app/plugin/operate/pm/PurOrderSubmitOp.java @@ -34,7 +34,10 @@ public class PurOrderSubmitOp extends AbstractOperationServicePlugIn { boolean existOrder = QueryServiceHelper.exists("pm_purorderbill", successPkId); if(existOrder){ bill = BusinessDataServiceHelper.loadSingle(successPkId, "pm_purorderbill"); - resultStr = FWImpl.pushFwPurorder(bill); + boolean tqq9_jcdd = bill.getBoolean("tqq9_jcdd"); + if(!tqq9_jcdd){ + resultStr = FWImpl.pushFwPurorder(bill); + } }else{ boolean existChange = QueryServiceHelper.exists("pm_xspurorderbill", successPkId); if(existChange){