From 48a7df38eccda8e718e5d25c8adae067d6dbed5c Mon Sep 17 00:00:00 2001 From: ljw Date: Sun, 29 Sep 2024 21:05:34 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=E5=90=88=E5=90=8C=E7=AD=BE?= =?UTF-8?q?=E7=AB=A0=E7=94=B3=E8=AF=B7"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit ccb7aa4a8501fa0e93121feda19467f1937e1f7a. --- .../com/yem/ia/intebilllogon/Utils/ObjectToJsonUtils.java | 6 +----- 1 file changed, 1 insertion(+), 5 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 437ec0b3..59a5f5b6 100644 --- a/src/main/java/com/yem/ia/intebilllogon/Utils/ObjectToJsonUtils.java +++ b/src/main/java/com/yem/ia/intebilllogon/Utils/ObjectToJsonUtils.java @@ -119,11 +119,7 @@ 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 { - Object.put("creator", creator); - } + Object.put("creator", creator); } JSONObject widgetValueObject = new JSONObject();//单据头对象 JSONObject json = new JSONObject();//