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