From d2a272e0bb3d127db2546c9671fc056b71bd8001 Mon Sep 17 00:00:00 2001 From: ljw Date: Wed, 9 Oct 2024 09:41:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=A4=96=E9=94=80=E5=90=88=E5=90=8C?= =?UTF-8?q?=E5=8F=98=E6=9B=B4=E5=8D=95=E5=90=88=E5=90=8C=E7=AD=BE=E7=AB=A0?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/yem/ia/intebilllogon/Utils/ObjectToJsonUtils.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/yem/ia/intebilllogon/Utils/ObjectToJsonUtils.java b/src/main/java/com/yem/ia/intebilllogon/Utils/ObjectToJsonUtils.java index 7062204c..248c8e9f 100644 --- a/src/main/java/com/yem/ia/intebilllogon/Utils/ObjectToJsonUtils.java +++ b/src/main/java/com/yem/ia/intebilllogon/Utils/ObjectToJsonUtils.java @@ -121,11 +121,11 @@ public class ObjectToJsonUtils { if (creator == null || creator.length() == 0) { Object.put("creator", dataEntity.getString("yem_creator")); } else { - if ("yem_es_xsalesorder".equals(entityName)||"yem_es_salesorder".equals(entityName)){ - Object.put("creator", dataEntity.getString("yem_operator.useropenid")); - }else { +// if ("yem_es_xsalesorder".equals(entityName)||"yem_es_salesorder".equals(entityName)){ +// Object.put("creator", dataEntity.getString("yem_operator.useropenid")); +// }else { Object.put("creator", creator); - } +// } } JSONObject widgetValueObject = new JSONObject();//单据头对象 JSONObject json = new JSONObject();//