From f5ed9588d5a0830d970447f9b81692f208678318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=98=8E?= <125556714+Topfunplus@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:49:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(so):=20=E4=BF=AE=E5=A4=8D=E9=94=80=E5=94=AE?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E4=BA=A7=E5=93=81=E7=BC=96=E5=8F=B7=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将头部的 Vdef6 字段改为使用身体的 Vbdef1 字段 - 确保产品编号同步规则正确执行 --- .../so/m30/rule/approve/AfterApprovingSynchronizeRuleMES.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/so/src/private/nc/bs/so/m30/rule/approve/AfterApprovingSynchronizeRuleMES.java b/so/src/private/nc/bs/so/m30/rule/approve/AfterApprovingSynchronizeRuleMES.java index 7df9e2f..28bf204 100644 --- a/so/src/private/nc/bs/so/m30/rule/approve/AfterApprovingSynchronizeRuleMES.java +++ b/so/src/private/nc/bs/so/m30/rule/approve/AfterApprovingSynchronizeRuleMES.java @@ -139,7 +139,7 @@ public class AfterApprovingSynchronizeRuleMES implements IRule { if (bodys != null) { for (SaleOrderBVO body : bodys) { JSONObject detailItem = new JSONObject(); - detailItem.put("productNum", head.getVdef6()); + detailItem.put("productNum", body.getVbdef1()); // ֶҪֶ // dreceivedate UFDate dreceivedate = body.getDreceivedate();