From df967daaf417462b363e8f94722214df042afa28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=98=8E?= <125556714+Topfunplus@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:35:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=98=AF=E5=90=A6=E5=AE=9A?= =?UTF-8?q?=E5=88=B6=E4=BF=A1=E6=81=AF=E5=88=B0=E8=AF=A6=E6=83=85=E7=95=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 AfterApprovingSynchronizeRuleMES 类中添加定制信息 - 将 vbdef18 字段作为定制信息添加到 detailItem 中 --- .../so/m30/rule/approve/AfterApprovingSynchronizeRuleMES.java | 2 ++ 1 file changed, 2 insertions(+) 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 30bc2d4..7df9e2f 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 @@ -191,6 +191,8 @@ public class AfterApprovingSynchronizeRuleMES implements IRule { detailItem.put("customMtId", null); detailItem.put("customNo", null); detailItem.put("customSN", null); + // Ƿ + detailItem.put("customized", body.getVbdef18()); detailItem.put("remarks", null); // Զк JSONArray properties = new JSONArray();