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 115b72c7..c9b64b94 100644 --- a/src/main/java/com/yem/ia/intebilllogon/Utils/ObjectToJsonUtils.java +++ b/src/main/java/com/yem/ia/intebilllogon/Utils/ObjectToJsonUtils.java @@ -117,7 +117,7 @@ public class ObjectToJsonUtils { JSONObject Object = new JSONObject(); Object.put("formCodeId", dataEntity.getString("yem_yzjid")); if (creator == null || creator.length() == 0) { - Object.put("creator", dataEntity.getString("yem_creator")); + Object.put("creator", dataEntity.getString("yem_operator")); } else { if ("yem_es_xsalesorder".equals(entityName)||"yem_es_salesorder".equals(entityName)){ Object.put("creator", dataEntity.getString("yem_operator.useropenid"));