From 8a36a01c00657b52e0c7ae222e3a3a8bc46e8536 Mon Sep 17 00:00:00 2001 From: zhouyahui Date: Thu, 23 Aug 2018 19:17:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=97=A5=E5=BF=97=20otherMap?= =?UTF-8?q?=20key=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit APP --- .../als/apzl/apply/business/start/init/InitDocListTools.java | 4 +++- src_core/com/tenwa/doc/action/DocListInitAction.java | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/start/init/InitDocListTools.java b/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/start/init/InitDocListTools.java index d0078abcf..9ed188ffb 100644 --- a/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/start/init/InitDocListTools.java +++ b/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/start/init/InitDocListTools.java @@ -148,7 +148,9 @@ public class InitDocListTools { : customerInfo.getAttribute("CUSTOMERTYPE") .toString(); } - other.put("customerType", customerType); + for (int i = 0; i < 10; i++) + ARE.getLog().info("customerType:"+customerType); + other.put("CustomerType", customerType); @SuppressWarnings("deprecation") Configure CurConfig = Configure.getInstance(); // 判断是否存在,不存在就从配置表倒到临时表 diff --git a/src_core/com/tenwa/doc/action/DocListInitAction.java b/src_core/com/tenwa/doc/action/DocListInitAction.java index ee2a24e84..4a7b0e9cd 100644 --- a/src_core/com/tenwa/doc/action/DocListInitAction.java +++ b/src_core/com/tenwa/doc/action/DocListInitAction.java @@ -83,7 +83,8 @@ public class DocListInitAction { relaBm.saveObject(rela); } relativeid = rela.getAttribute("id").getString(); - + for (int i = 0; i < 10; i++) + ARE.getLog().info("relativeid:"+relativeid); List configList = configBm.createQuery( "doc_Class_Itemno in (" + docno + ")").getResultList(false); for (BizObject config : configList) {