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();//