From 2626867d051760c28fd1003f9f03efa671945f6b Mon Sep 17 00:00:00 2001 From: zhouyahui Date: Fri, 24 Aug 2018 12:40:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../als/apzl/apply/business/start/init/InitDocListTools.java | 5 ++++- src_core/com/tenwa/doc/action/DocListInitAction.java | 3 --- 2 files changed, 4 insertions(+), 4 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..1bcbb2637 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,10 @@ 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 a8d4ac074..44d97c5fe 100644 --- a/src_core/com/tenwa/doc/action/DocListInitAction.java +++ b/src_core/com/tenwa/doc/action/DocListInitAction.java @@ -85,10 +85,7 @@ public class DocListInitAction { relativeid = rela.getAttribute("id").getString(); for (int i = 0; i < 10; i++) ARE.getLog().info("relativeid:"+relativeid); -<<<<<<< HEAD -======= ->>>>>>> branch 'develop' of http://git2.tenwa.com.cn/ApzlDev/apzl_leasing.git List configList = configBm.createQuery( "doc_Class_Itemno in (" + docno + ")").getResultList(false); for (BizObject config : configList) {