From f5c98946f061bffd66be100368262e2c700b4ba2 Mon Sep 17 00:00:00 2001 From: ljw Date: Tue, 8 Oct 2024 09:53:22 +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 (cherry picked from commit b25b2e3495a0489ec5ba501c0f7c83b09d0359d9) --- .../java/com/yem/ia/intebilllogon/Utils/ObjectToJsonUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"));